Browse Source

Setup composer post update script to run php artisan optimize.

Taylor Otwell 11 years ago
parent
commit
36e7b132d4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -12,5 +12,8 @@
 			"app/tests/TestCase.php"
 		]
 	},
+	"scripts": {
+		"post-update-cmd": "php artisan optimize"
+	},
 	"minimum-stability": "dev"
 }