-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
Lines 55 to 62 in c1477b1
| In Laravel find the `providers` key in your `config/app.php` and register the AWS Service Provider. | |
| ```php | |
| 'providers' => array( | |
| // ... | |
| Aws\Laravel\AwsServiceProvider::class, | |
| ) | |
| ``` |
New config for providers lives under bootstrap/providers.php:
<?php
return [
App\Providers\AppServiceProvider::class,
# ...
Aws\Laravel\AwsServiceProvider::class,
];hipertom
Metadata
Metadata
Assignees
Labels
No labels