dev: add laravel boost

This commit is contained in:
hackerESQ
2026-02-25 22:31:20 -06:00
parent 34223960f8
commit fc6b7a8c52
5 changed files with 734 additions and 4 deletions
+3 -2
View File
@@ -38,8 +38,8 @@
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/boost": "^1.8",
"laravel/pint": "^1.25",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0"
@@ -79,7 +79,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');\""