php - Laravel - syntax error, unexpected end of file -
i have website works fine on host, i'm trying install on localhost.
i've downloaded , configured work on localhost - database & url.
the problem error:
unhandled exception
message:
syntax error, unexpected end of file location:
c:\program files (x86)\easyphp-12.1\www\laravel\view.php(386) : eval()'d code on line 118
and don't know causes it. solutions?
p.s. i've setup in windows' host file 127.0.0.1 myproject.dev
.
there error within 1 of views. if there more detailed stack trace should show details of view, although name md5()
string it's bit hard find. might want delete compiled blade views in storage/views
, let blade re-compile views.
if still error check views make sure have proper closing tags, e.g., @endif
or @endforeach
always double check views syntax errors.
Comments
Post a Comment