In my new Laravel 4.2.11 installation I'm getting the "Whoops...." error when loading a page in the browser. The app.php has 'debug' => true, by default. Any idea what the issue here is?
Maybe you have set your environment to local if that's the case you may have app.php set to false in your local config.
Actually the problem was I was looking at the local config and it was the other config where debug was set to false. I did not know there were 2 config files. Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community