mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 14:49:27 +01:00
add p:plugin:composer to post install cmd
This commit is contained in:
parent
84d4134585
commit
b6ba12e513
@ -81,7 +81,8 @@
|
|||||||
"@php artisan filament:upgrade"
|
"@php artisan filament:upgrade"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
|
||||||
|
"php artisan p:plugin:composer"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user