-
Notifications
You must be signed in to change notification settings - Fork 65
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
Call to undefined method League\Flysystem\Filesystem::getAdapter() #35
Comments
Any update on this I encounter the same issue for media manager |
hope that you can answer, problems here aswell |
This error is causing in laravel 9 only |
@mengnarorth, @pandeyjames, @carlospinhod, @lazerg I have provided PR for resolving this issue: #36 For a while you can use https://packagist.org/packages/adizbek/laravel-admin-media-manager#3.0.x-dev |
Same Here:
I followed your link |
Tried your alternative package suggested :
|
hello @mengnarorth, @pandeyjames, @carlospinhod, @lazerg, have you been able to solve this error? It gives me the same error in laravel 9.0 , or have you found an alternative package while this problem is solved by the team. |
any update |
composer require bearlove/media-manager:dev-master |
https://github.com/irisvn/media-manager
|
Call to undefined method League\Flysystem\Filesystem::getAdapter()
line 62
if (!$this->storage->getDriver()->getAdapter() instanceof Local) {
Handler::error('Error', '[laravel-admin-ext/media-manager] only works for local storage.');
}
PHP 8.1.0
laravel 9.2.0
The text was updated successfully, but these errors were encountered: