Closed nhtahoe closed 3 years ago
Laravel isn't compatible with Flysystem 2 at the moment. Support will arrive in Laravel 9 due to be release in September.
Laravel isn't compatible with Flysystem 2 at the moment. Support will arrive in Laravel 9 due to be release in September.
Oh, got it, I was not aware of that fact. Thank you, and I truly appreciate all the amazing work you do for the community @freekmurze!
@nhtahoe Here is a solution with didn't find out yet https://laracasts.com/discuss/channels/laravel/could-not-installed-spatieflysystem-dropbox-package-on-laravel-8351-version-reason-of-some-dependecies
Thanks @samuelhgf - running composer require spatie/flysystem-dropbox "^1.0.0"
did the trick!
ok cool
Trying to install but getting the following error:
I have the latest version of spatie/laravel-backup installed and I believe this might be due to a conflict with line 29 of composer.json in spatie/laravel-backup where it is requiring
"league/flysystem": "^1.0.49|^2.0",
Couldn't quite figure out how to resolve the problem on my own, so creating the issue here.