It load everything well but when there is a syntax error it does not describe the error just show 'Whoops, looks like something went wrong' which isn't helpful.Is there anyway to see the syntax errors or notice etc like we can see on localhost.Thanks
You can install laravel-debugbar
https://github.com/barryvdh/laravel-debugbar
to see error or you can check error log at
app/storage/logs/laravel.log
I hope you can see error
safeer487 said:
Whoops, looks like something went wrong. I have changed my debug = true but still not working.can anyone help me.Thanks
If debug is set to true, you shouldn't get "Whoops, looks like something went wrong".
Check that debug is true in your current environment.
Check if debug is set to true inside app/config/app.php and also app/config/local/app.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community