Skip to content

Commit

Permalink
Add provider param to vendor:publish on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Feb 15, 2020
1 parent a86b212 commit a520ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $app->register(Vluzrmos\LanguageDetector\Providers\LanguageDetectorServiceProvid

Two options for Laravel, either publish the package configuration using:

php artisan vendor:publish
php artisan vendor:publish --provider="Vluzrmos\LanguageDetector\Providers\LanguageDetectorServiceProvider"

then edit the new `config/lang-detector.php` file or add the following lines to your .env file:

Expand Down

0 comments on commit a520ad8

Please sign in to comment.