Support the ongoing development of Laravel.io →
Installation
Last updated 2 years ago.
0

What are you seeing when you try a page?

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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.

Last updated 2 years ago.
0

Check if debug is set to true inside app/config/app.php and also app/config/local/app.php

Last updated 2 years ago.
0

Thanks a lot tuyenlaptrinh

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

safeer487 safeer487 Joined 18 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.