Fixes #101 - Auto generate key
This commit is contained in:
parent
48e2dddc66
commit
14a01b127d
|
|
@ -36,16 +36,7 @@
|
|||
"tests/UiTestCase.php"
|
||||
]
|
||||
},
|
||||
"___scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan optimize"
|
||||
],
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue