Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 95768ca

Browse files
authored
Merge pull request #5 from miranrasulian/master
README: 'vendor:publish' need a --provider option
2 parents fb03745 + acaee2e commit 95768ca

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
@@ -20,7 +20,7 @@ MartinLindhe\VueInternationalizationGenerator\GeneratorProvider::class,
2020
Next, publish the package default config:
2121

2222
```
23-
php artisan vendor:publish
23+
php artisan vendor:publish --provider="MartinLindhe\VueInternationalizationGenerator\GeneratorProvider"
2424
```
2525

2626
Then generate the include file with

0 commit comments

Comments
 (0)