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
Post a Comment