Skip to content

Commit 0b9d64d

Browse files
committed
add boost to demo
1 parent a614b2d commit 0b9d64d

5 files changed

Lines changed: 219 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"test": "vendor/bin/pest --parallel",
6565
"typescript:generate": "php demo/artisan sharp:typescript-generate",
6666
"post-autoload-dump": [
67-
"git config core.hooksPath scripts/hooks"
67+
"git config core.hooksPath scripts/hooks",
68+
"@php artisan boost:update --ansi"
6869
]
6970
},
7071
"extra": {

demo/.ai/guidelines

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../resources/boost/guidelines

demo/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,17 @@ node_modules
1010
.DS_Store
1111
.phpunit.result.cache
1212
.env
13+
14+
# AI
15+
AGENTS.md
16+
boost.json
17+
.claude
18+
CLAUDE.md
19+
.cursor
20+
.gemini
21+
GEMINI.md
22+
.github
23+
.junie
24+
opencode.json
25+
.mcp.json
26+
.vscode

demo/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"require-dev": {
2525
"fakerphp/faker": "^1.9.1",
2626
"itsgoingd/clockwork": "^5.1",
27+
"laravel/boost": "^1.8",
2728
"laravel/sail": "^1.0.1",
2829
"mockery/mockery": "^1.4.4",
2930
"nunomaduro/collision": "^8.6",

demo/composer.lock

Lines changed: 201 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)