Support the ongoing development of Laravel.io →
Configuration Authentication Views
Last updated 1 year ago.
0
Config::set('app.debug', true);

http://laravel.com/docs/configuration

Last updated 1 year ago.
0

I have tried to put Config::set('app.debug', true) directly from bootstrap/start.php and it's show me Fatal error: Class 'Config' not found

How do I firing the App::environment() correctly?

Last updated 1 year ago.
0

Ah yeah, you can't put it there.

You can stick it in your start/global.php file. Same with App::environment, you have to wait for all that to be started before using it.

Last updated 1 year ago.
0

\web\app\filters.php Illuminate \ Session \ TokenMismatchException:

throw new Illuminate\Session\TokenMismatchException;

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kampit kampit Joined 2 Mar 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.