ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
405 stars 155 forks source link

Class 'League\Flysystem\AwsS3v3\AwsS3Adapter' not found #28

Closed khmaies5 closed 6 years ago

khmaies5 commented 6 years ago

hello,

i get this error when i try your put example

Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class 'League\Flysystem\AwsS3v3\AwsS3Adapter' not found

i am using php 7.0.0 laravel 5.5.* flysystem-google-drive ~1.1

ivanvermeyen commented 6 years ago

Hi, is your config still set to s3 ?

https://github.com/laravel/laravel/blob/master/config/filesystems.php#L29

Also, make sure to clear any config cache after changing it.

ivanvermeyen commented 6 years ago

Closing for now. Feel free to reopen if the issue persists :)