mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Merge branch 'master' of github.com:barryvdh/laravel-ide-helper
This commit is contained in:
@@ -54,8 +54,9 @@ You can configure your composer.json to do this after each commit:
|
||||
```js
|
||||
"scripts":{
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan ide-helper:generate",
|
||||
"php artisan ide-helper:meta",
|
||||
"php artisan optimize"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user