mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
JSON standard does not allow trailing comma
Gives errors for people just copy-pasting ;)
This commit is contained in:
@@ -34,7 +34,7 @@ You can configure your composer.json to do this after each commit:
|
|||||||
"post-update-cmd":[
|
"post-update-cmd":[
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan ide-helper:generate",
|
"php artisan ide-helper:generate",
|
||||||
"php artisan optimize",
|
"php artisan optimize"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user