mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 12:29:26 +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"
|
||||
],
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user