From b6ba12e513e70b64fca59cc8e092610411f520cc Mon Sep 17 00:00:00 2001 From: Boy132 Date: Tue, 29 Jul 2025 15:24:21 +0200 Subject: [PATCH] add `p:plugin:composer` to post install cmd --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2ec143982..5c4d85b9d 100644 --- a/composer.json +++ b/composer.json @@ -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": { @@ -97,4 +98,4 @@ }, "minimum-stability": "stable", "prefer-stable": true -} +} \ No newline at end of file