Config::set('app.debug', true);
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?
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.
\web\app\filters.php Illuminate \ Session \ TokenMismatchException:
throw new Illuminate\Session\TokenMismatchException;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community