model view controller - how to solve this exception in laravel ? Symfony\Component\Debug\Exception\FatalThrowableError -


i run command create model.

php artisan make:model basemodel 

but issue exception

[symfony\component\debug\exception\fatalthrowableerror]                     parse error: syntax error, unexpected '<<' (t_sl), expecting end of file  

may know how handle issue.

there syntax error in file. check routes, blades , controllers , search "<<". think in blade file.

<<input..> <<div..>  etc.. 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -