Add support for package discovery (#4162)

Fixes #4149. Credit to @w20k
This commit is contained in:
Denis Denisov 2019-04-20 01:38:55 +03:00 committed by Luke Towers
parent 15bfcf8cfd
commit c7cdd0dce4
1 changed files with 4 additions and 2 deletions

View File

@ -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": {