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

Commit 0f88ac8

Browse files
ahmed-aliraqimartinlindhe
authored andcommitted
Add --dev option to composer require (#95)
* update readme.md * formating
1 parent dec5e10 commit 0f88ac8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ Configuration paths have changed in Laravel 5.7, in order for this package to fu
1414
## Install the package
1515

1616
In your project:
17-
```composer require martinlindhe/laravel-vue-i18n-generator```
17+
```composer require martinlindhe/laravel-vue-i18n-generator --dev```
1818

19-
In ```config/app.php``` providers:
19+
### For Laravel 5.4 and below:
20+
For older versions of the framework:
21+
22+
Register the service provider in ```config/app.php```
2023

2124
```php
2225
MartinLindhe\VueInternationalizationGenerator\GeneratorProvider::class,

0 commit comments

Comments
 (0)