jacobcyl / Aliyun-oss-storage

阿里云OSS laravel storage Filesystem adapter, 打造Laravel最好的OSS Storage扩展.
http://jacobcyl.github.io/Aliyun-oss-storage/
MIT License
521 stars 161 forks source link

use League\Flysystem\Adapter\AbstractAdapter; not found #94

Closed sanyuanya closed 1 year ago

sanyuanya commented 1 year ago

laravel 9 php8.2.8 这个包下的已经没有这个类了

761042678 commented 1 year ago

最高只支持到 laravel8.*

laravel9 开始不支持了;

提示这个类没有;需要额外再安装一个 s3 的扩展包; composer require league/flysystem-sftp-v3 "^3.0" 试试看

sanyuanya commented 1 year ago

感谢