Configure Boost post-update script

This commit is contained in:
Matt Young 2026-01-27 19:42:36 -06:00
parent c43e6b8403
commit 3e6d9ea8b0
2 changed files with 2469 additions and 2 deletions

View File

@ -67,7 +67,8 @@
"@php artisan package:discover --ansi"
],
"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"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

2466
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff