Merge branch 'master' of github.com:barryvdh/laravel-ide-helper

This commit is contained in:
Barry vd. Heuvel
2016-06-13 21:36:24 +02:00
+2 -1
View File
@@ -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"
]
},