Reputation:
I'm trying Laravel and a newbie in it. I installed a fresh copy of Laravel 4 and tried some sample codes. But couldn't see the errors as I see I the sample videos. How can I enable it?
Upvotes: 2
Views: 89
Reputation: 8726
Go to the app->Config->app.php
Make the 'debug'=>true;
Then you are good to go!
But make sure it's false in the production environment.
Upvotes: 1