Fixes #101 - Auto generate key
This commit is contained in:
parent
48e2dddc66
commit
14a01b127d
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue