We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0a13c commit ef6e416Copy full SHA for ef6e416
README.md
@@ -37,7 +37,7 @@ and if you want alias add this inside aliases array in config/app.php
37
You can export config by running
38
39
```php
40
-php artisan vendor:publish --provider=KgBot\LaravelLocalization\LaravelLocalizationServiceProvider --tag=config
+php artisan vendor:publish --provider="KgBot\LaravelLocalization\LaravelLocalizationServiceProvider" --tag=config
41
```
42
43
if you want to parse multiple language directories or some other directory except `resources/lang` you can add multiple
0 commit comments