Skip to content

Commit e7a4911

Browse files
author
ryan.deng
committed
updated
1 parent 84e8521 commit e7a4911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install the package in development dependencies:
1515
Via Composer
1616

1717
``` bash
18-
$ composer require-dev timehunter/laraveljsontoclassgenerator "~1.0"
18+
composer require-dev timehunter/laravel-json-to-class-generator "~1.0"
1919
```
2020

2121
## Usage
@@ -27,7 +27,7 @@ php artisan vendor:publish --provider="TimeHunter\LaravelJsonToClassGenerator\La
2727
2. Add your JSON array in config
2828
3. Run artisan command:
2929
````bash
30-
$ php artisan make:jsontoclass
30+
php artisan make:jsontoclass
3131
````
3232
4. Check your files under your specified file location
3333

0 commit comments

Comments
 (0)