Skip to content

Commit

Permalink
Add note about installing S3 adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris authored Jun 14, 2020
1 parent 39067bc commit a175dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ If you want to upload images to S3, update the `storage_disk` attribute in your
],
```

Note: you're going to need to install the AWS-S3 Flysystem adapter, using `composer require league/flysystem-aws-s3-v3` for this to work.

## Using Unsplash

Visit https://unsplash.com/oauth/applications to create a new unsplash app. Grab the 'Access Key' and add it to your `.env` file as `UNSPLASH_ACCESS_KEY`. Lastly, add unsplash to your `config/services.php` file:
Expand Down

0 comments on commit a175dd3

Please sign in to comment.