Browse Source

Merge pull request #2560 from crynobone/feature/post-install-cmd

Add php artisan clear-compiled to post-install-cmd
Taylor Otwell 11 years ago
parent
commit
adfa89b9b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -18,6 +18,7 @@
 	},
 	},
 	"scripts": {
 	"scripts": {
 		"post-install-cmd": [
 		"post-install-cmd": [
+			"php artisan clear-compiled",
 			"php artisan optimize"
 			"php artisan optimize"
 		],
 		],
 		"post-update-cmd": [
 		"post-update-cmd": [