Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng authored Aug 12, 2019
1 parent 987a1b0 commit dc8e801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Install the package in development dependencies:
Via Composer

``` bash
composer require --dev timehunter/laravel-json-to-class-generator "~2.0"
composer require --dev timehunter/laravel-dto-generator "~2.1"
```

## Installation

1. Create your local config file
````bash
php artisan vendor:publish --provider="TimeHunter\LaravelJsonToClassGenerator\LaravelJsonToClassGeneratorServiceProvider"
php artisan vendor:publish --provider="TimeHunter\LaravelDTOGenerator\LaravelDTOGeneratorServiceProvider"
````
2. Add your array schema in config
3. Run artisan command:
Expand Down

0 comments on commit dc8e801

Please sign in to comment.