add p:plugin:composer to post install cmd

This commit is contained in:
Boy132 2025-07-29 15:24:21 +02:00
parent 84d4134585
commit b6ba12e513

View File

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