Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .claude/guidelines.md

This file was deleted.

465 changes: 465 additions & 0 deletions .github/copilot-instructions.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
}
}
}
470 changes: 470 additions & 0 deletions CLAUDE.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions boost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"agents": [
"claude_code",
"copilot"
],
"editors": [
"claude_code",
"vscode"
],
"guidelines": []
}
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.24.1",
"laravel/boost": "^1.6",
"laravel/pail": "^1.2.3",
"laravel/pint": "^1.25.1",
"laravel/sail": "^1.46.0",
Expand Down Expand Up @@ -72,7 +73,8 @@
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
"@php artisan vendor:publish --tag=livewire:assets --ansi --force",
"@php artisan boost:update --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
202 changes: 201 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.