yii2-flysystem icon indicating copy to clipboard operation
yii2-flysystem copied to clipboard

The Flysystem integration for the Yii framework.

Results 15 yii2-flysystem issues
Sort by recently updated
recently updated
newest added

in composer "creocoder/yii2-flysystem": "0.8.*", "league/flysystem-dropbox": "~1.0" in config: 'fs' => [ 'class' => 'creocoder\flysystem\LocalFilesystem', 'path' => '@webroot/files', ], 'dropboxFs' => [ 'class' => 'creocoder\flysystem\DropboxFilesystem', 'token' => 'token', 'app' => 'apikey',...

question

Hi Your lib required "league/flysystem": "~1.0" In the last minor version 1.1.10 class League\Flysystem\Sftp\SftpAdapter not found which used in creocoder\flysystem\SftpFilesystem

With this package on composer.json: ``` "creocoder/yii2-flysystem": "^1.1", [1.1.0] "league/flysystem-aws-s3-v3": "~1.0", [1.0.30] ``` Then, In Yii2 config: ``` 'components' => [ 'aws' => [ 'class' => 'creocoder\flysystem\AwsS3Filesystem', 'key' => getenv('SPACES_DO_KEY'),...

https://flysystem.thephpleague.com/docs/upgrade-from-1.x/ https://flysystem.thephpleague.com/docs/what-is-new/ Can we do this without breaking everything? Would be nice to keep this extension alive. I can work on the PR, but a little afraid without unit tests.......