Automatically run Sentry Migrations and DB migrations after composer install.

This commit is contained in:
Gil Rutkowski
2013-11-30 11:36:05 -06:00
parent 3d1a533bf2
commit ca39b34b8c
+4
View File
@@ -20,6 +20,10 @@
]
},
"scripts": {
"post-install-cmd": [
"php artisan migrate --package=cartalyst/sentry"
"php artisan migrate"
]
"pre-update-cmd": [
"php artisan clear-compiled"
],