How to enable debug on in Laravel
While working with laravel Framework you could face this error "Whoops, looks like something went wrong."To overcome this error first you need to see what is the exact error in your code. to show exact error you need to set debug true in "app.php" file.
Follow below steps:
- Open "\app\config\app.php" file.
- Set " 'debug' => false" to 'debug' => true
No comments:
Post a Comment