laravel php artisan not working -


i'm working on project laravel. today php artisan didn't work anymore. gives me error:

[symfony\component\debu\exception\fatalerrorexception] syntax error, unexpected end of file

already googled lot can't realy find answer. today i've removed "public" url perhaps has changed index.php this:

require __dir__.'/local/bootstrap/autoload.php';  

and in public folder moved root.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -