-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
Lumen support #72
Comments
I'm not a Lumen user myself, so I won't probably work on this. If you need Lumen support, send a PR. |
Hey, It seems like you have to manually bind the filesystem contracts in lumen. Try this in your
|
Also, Seems like
Also add this in your
and overwrite your LumenApplication class with your own and add an overwrite for the
Worked for me, you might want to refactor the interface binding to an interface binding to a concrete to be cleaner but this works for lumen :) |
@etiennemarais , as your way, and now it came the error:
|
This might help: |
Any possibility of supporting Lumen?
The text was updated successfully, but these errors were encountered: