This commit is contained in:
hackerESQ
2026-03-13 20:16:14 -05:00
parent fc6b7a8c52
commit 98f47baa73
+1 -1
View File
@@ -80,7 +80,7 @@
], ],
"post-update-cmd": [ "post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force", "@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan boost:update --ansi" "@php artisan boost:update --ansi; exit 0"
], ],
"post-root-package-install": [ "post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""