Skip to content

Commit 249df69

Browse files
authored
Add Laravel Boost (alexjustesen#2373)
Co-authored-by: Alex Justesen <[email protected]>
1 parent 3005acf commit 249df69

File tree

7 files changed

+1161
-19
lines changed

7 files changed

+1161
-19
lines changed

.claude/guidelines.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/copilot-instructions.md

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"laravel-boost": {
4+
"command": "php",
5+
"args": [
6+
"artisan",
7+
"boost:mcp"
8+
]
9+
}
10+
}
11+
}

CLAUDE.md

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.

boost.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"agents": [
3+
"claude_code",
4+
"copilot"
5+
],
6+
"editors": [
7+
"claude_code",
8+
"vscode"
9+
],
10+
"guidelines": []
11+
}

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"require-dev": {
3939
"fakerphp/faker": "^1.24.1",
40+
"laravel/boost": "^1.6",
4041
"laravel/pail": "^1.2.3",
4142
"laravel/pint": "^1.25.1",
4243
"laravel/sail": "^1.46.0",
@@ -72,7 +73,8 @@
7273
],
7374
"post-update-cmd": [
7475
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
75-
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
76+
"@php artisan vendor:publish --tag=livewire:assets --ansi --force",
77+
"@php artisan boost:update --ansi"
7678
],
7779
"post-root-package-install": [
7880
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

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)