Merge pull request #351 from ferdiunal/patch-1

Laravel 5.2.* composer.json file
This commit is contained in:
Barry vd. Heuvel
2016-06-08 22:28:01 +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"
]
},