-
Notifications
You must be signed in to change notification settings - Fork 71
Didnt work with Lumen #33
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
Comments
What additional information is required? |
Are there no other error messages before the "bootstrap failed"? |
No, after I commented out the line with require autoload nothing, debug and logging was turning on. |
Can someone please create a repo which can be checked out so I can test "Lumen"? I have honestly no idea what this is and never used it. |
Can this be closed now that #68 has been merged? |
Closing due to inactivity. Please feel free to reopen if still relevant. |
Fresh installation of Lumen framework, configuring php-pm and i'll try to start my app and get this error:
Application bootstrap failed. We are still in emergency mode. All offline. Waiting for file changes ...
Before this I commented
require_once 'bootstrap/autoload.php';
in method getApplication of Laravel class.
The text was updated successfully, but these errors were encountered: