Skip to content

Commit cec5ac6

Browse files
[12.x] Updating packages.md (#10329)
* Added instructions for publishing all files with '--provider' flag in packages.md * Update packages.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent e98ac6b commit cec5ac6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,9 @@ Now your users may publish these groups separately by referencing their tag when
439439
```shell
440440
php artisan vendor:publish --tag=courier-config
441441
```
442+
443+
Your users can also publish all publishable files defined by your package's service provider using the `--provider` flag:
444+
445+
```shell
446+
php artisan vendor:publish --provider="Your\Package\ServiceProvider"
447+
```

0 commit comments

Comments
 (0)