parent
15bfcf8cfd
commit
c7cdd0dce4
|
|
@ -55,10 +55,12 @@
|
|||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
"php artisan key:generate",
|
||||
"php artisan package:discover"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan october:util set build"
|
||||
"php artisan october:util set build",
|
||||
"php artisan package:discover"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue