-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Default environment start file #35
Comments
You sure?? |
Default environment should be local... And it's not configured correctly on a fresh install. That's something you should do when you first start an app. |
Production as default environment is totally correct. Seems to work now after updates, it didn't use my error handler before which it does now. |
Indeed. I strongly disagree that anything but |
It is. Can find that in the docs or just comment out your loval env and var_dump(App::make('env')) |
…auth-controllers Removing Laravel Auth Controllers
As default environment is production (assuming no custom one matches) Laravel should try to load a start/production.php which it doesn't.
The text was updated successfully, but these errors were encountered: