Skip to content

Commit 52ed37e

Browse files
authored
Merge pull request #698 from code16/laravel-boost-guidelines
Add Boost guidelines
2 parents 42727c8 + a8382fa commit 52ed37e

5 files changed

Lines changed: 454 additions & 2 deletions

File tree

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: 3 additions & 1 deletion
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",
@@ -52,7 +53,8 @@
5253
"post-autoload-dump": [
5354
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5455
"@php artisan package:discover --ansi",
55-
"@php artisan vendor:publish --tag=sharp-assets --force"
56+
"@php artisan vendor:publish --tag=sharp-assets --force",
57+
"@php artisan boost:update --ansi"
5658
],
5759
"post-update-cmd": [
5860
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"

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)