Just in case anyone else is having this problem. You have to include the amazon s3 adapter for the flysystem to work in laravel 5. It states this clearly in the L5 docs. I just didn't bother to read there first because Jeffrey didn't say anything about it in the original screencast.
Flysystem Setup
I'm trying to get the Flysystem set up in L5 and I'm having a difficult time with it. I'm getting this error and don't know why.
FatalErrorException in FilesystemManager.php line 140: Class 'League\Flysystem\AwsS3v2\AwsS3Adapter' not found
When I watched the video that Jeffrey did it didn't require an more setup other than pulling in the sdk from amazon. Link to that video: https://laracasts.com/series/whats-new-in-laravel-5/episodes/6#
However when I go to the flysystem for laravel 5 page on github it is saying that we need to pull in a different version of flysystem and publish the contents of the config for that package. Link to that github page: https://github.com/GrahamCampbell/Laravel-Flysystem
So I'm confused as to what to do and why I'm getting this error.
Please or to participate in this conversation.