Skip to content

Commit 56f9a29

Browse files
authored
Merge pull request #122 from uniconstructor/patch-1
added --provider option for vendor:publish command
2 parents d045088 + 80dc250 commit 56f9a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ AWS_REGION (default = us-east-1)
7777
To customize the configuration file, publish the package configuration using Artisan.
7878

7979
```sh
80-
php artisan vendor:publish
80+
php artisan vendor:publish --provider="Aws\Laravel\AwsServiceProvider"
8181
```
8282

8383
Update your settings in the generated `app/config/aws.php` configuration file.

0 commit comments

Comments
 (0)