Skip to content

Commit 80dc250

Browse files
added --provider option for vendor:publish command
It prevents you from accidentally publishing resources from other service providers (if any)
1 parent aa316aa commit 80dc250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)