update .gitignore, composer update, MCP

This commit is contained in:
Bob Molitor
2025-10-31 12:57:06 +01:00
parent a8324e764d
commit ba20459c71
6 changed files with 230 additions and 165 deletions
+2 -1
View File
@@ -61,7 +61,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');\""