Skip to content

Commit 4c7d6c2

Browse files
committed
build(deps-dev): add laravel-boost
1 parent f648775 commit 4c7d6c2

3 files changed

Lines changed: 214 additions & 5 deletions

File tree

.gitignore

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,22 @@ _ide_helper.php
2121
.phpactor.json
2222
.phpstorm.meta.php
2323
.phpunit.result.cache
24+
.version
2425
auth.json
2526
docker-compose.override.yml
2627
Homestead.json
2728
Homestead.yaml
2829
npm-debug.log
2930
phpunit.xml
31+
phpstan.neon
3032
yarn-error.log
3133
.DS_Store
32-
33-
# JetBrains specific
34-
*.iml
35-
.idea
34+
laradumps.yaml
35+
.mcp.json
36+
CLAUDE.md
37+
AGENTS.md
38+
boost.json
39+
/.github/copilot-instructions.md
40+
/.claude
41+
/.cursor
42+
/.junie

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"friendsofphp/php-cs-fixer": "^3.95",
4545
"fruitcake/laravel-debugbar": "^4.3",
4646
"itsgoingd/clockwork": "^5.3",
47+
"laravel/boost": "^2.4",
4748
"laravel/sail": "^1.63",
4849
"mockery/mockery": "^1.6",
4950
"nunomaduro/collision": "^8.9",

composer.lock

Lines changed: 202 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)