larkinwhitaker / laravel-db-backup

Laravel 5 Package for easily backing up and restoring databases with command line tools.
http://keystrokecreative.com/
15 stars 17 forks source link

Can't find AWS Facade #8

Open chrisbell08 opened 8 years ago

chrisbell08 commented 8 years ago

Hi Guys,

This use line is throwing an error as my AWS package doesn't have the Laravel namespace: use Aws\Laravel\AwsFacade as AWS;

I'm using the aws SDK from the laravel docs and have lots of other areas of my site that upload to s3 so fairly sure that's set up correctly.

Anyone no how to fix this without editing the package files?