creocoder / yii2-flysystem

The Flysystem integration for the Yii framework.
Other
283 stars 76 forks source link

how to upload file directly in dropbox #8

Open ghost opened 9 years ago

ghost commented 9 years ago

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', // 'prefix' => 'your-prefix', ], i am getting below error Class 'League\Flysystem\Dropbox\DropboxAdapter' not found please provide proper guidance to use this extension

creocoder commented 9 years ago

Looks like you forget run composer update after adding "league/flysystem-dropbox": "~1.0" to composer.json.