-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to install with composer on Lumen 5.5 #17
Comments
Master is compatible. Yet this package switched to another flysystem driver and the implementation was not completed yet. This very much means: Yes it's compatible, but may need some work and your constraint should be If you feel you want to use a stable version, I'd also happily review your pull requests :) |
Yes, You're right! If You use Lumen You need more complex tasks to work with this package, such as define filesystem singleton and Storage class alias in bootstrap/app.php. I'm trying to put it together. |
This package is very simple - if you want to, you can also initialize the flysystem adapter manually |
Lumen does not include the filesystem (among other typical Laravel services) out of the box. So it must be initialize manually before use this package (as described here). But now it seems to work fine with the dev-master. |
When I call
composer require websight/l5-google-cloud-storage
I got the following output:It is not compatible with Lumen 5.5.2?
The text was updated successfully, but these errors were encountered: