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

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.

Last updated 2 years ago.
0

Thanks kokokurak. I will try this one:)

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.