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 84e8521 commit e7a4911Copy full SHA for e7a4911
readme.md
@@ -15,7 +15,7 @@ Install the package in development dependencies:
15
Via Composer
16
17
``` bash
18
-$ composer require-dev timehunter/laraveljsontoclassgenerator "~1.0"
+composer require-dev timehunter/laravel-json-to-class-generator "~1.0"
19
```
20
21
## Usage
@@ -27,7 +27,7 @@ php artisan vendor:publish --provider="TimeHunter\LaravelJsonToClassGenerator\La
27
2. Add your JSON array in config
28
3. Run artisan command:
29
````bash
30
-$ php artisan make:jsontoclass
+php artisan make:jsontoclass
31
````
32
4. Check your files under your specified file location
33
0 commit comments