Add php artisan clear-compiled to post-install-cmd, as proposed in
laravel/framework#3152 Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
parent
85f096b5d7
commit
b268cdc716
|
@ -18,6 +18,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
|
|
Loading…
Reference in New Issue