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

Commit

Permalink
Add --dev option to composer require (#95)
Browse files Browse the repository at this point in the history
* update readme.md

* formating
  • Loading branch information
ahmed-aliraqi authored and martinlindhe committed Oct 17, 2019
1 parent dec5e10 commit 0f88ac8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Configuration paths have changed in Laravel 5.7, in order for this package to fu
## Install the package

In your project:
```composer require martinlindhe/laravel-vue-i18n-generator```
```composer require martinlindhe/laravel-vue-i18n-generator --dev```

In ```config/app.php``` providers:
### For Laravel 5.4 and below:
For older versions of the framework:

Register the service provider in ```config/app.php```

```php
MartinLindhe\VueInternationalizationGenerator\GeneratorProvider::class,
Expand Down

0 comments on commit 0f88ac8

Please sign in to comment.