Browse Source

Add php artisan clear-compiled to post-install-cmd, as proposed in
laravel/framework#3152

Signed-off-by: crynobone <crynobone@gmail.com>

crynobone 10 years ago
parent
commit
b268cdc716
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

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