You need to set your environment to local, like this: http://laravel.com/docs/configuration#environment-configuration
What you are interested in is debug
option in app/config/app.php. If it's set to true, you see detailed errors messages on the page. Normally, you'd set it to true
in your local environment and to false
in production environment.
Thanks kokokurak. I will try this one:)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community