Fixes #101 - Auto generate key

This commit is contained in:
Samuel Georges 2014-11-21 17:39:51 +11:00
parent 48e2dddc66
commit 14a01b127d
1 changed files with 1 additions and 10 deletions

View File

@ -36,16 +36,7 @@
"tests/UiTestCase.php" "tests/UiTestCase.php"
] ]
}, },
"___scripts": { "scripts": {
"post-install-cmd": [
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan optimize"
],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php artisan key:generate" "php artisan key:generate"
] ]