Skip to content

Commit fe8a135

Browse files
committed
Add Laravel Boost guidelines and MCP configuration
- Created guidelines.md with comprehensive Laravel Boost guidelines covering foundational context, conventions, verification scripts, application structure, frontend bundling, replies, and documentation files. - Added MCP configuration in mcp.json for Laravel Boost server. - Introduced AGENTS.md with the same Laravel Boost guidelines for consistency. - Updated composer.json to include laravel/boost as a development dependency. - Updated composer.lock to reflect the addition of laravel/boost and its dependencies.
1 parent fef5db7 commit fe8a135

File tree

8 files changed

+1629
-1
lines changed

8 files changed

+1629
-1
lines changed

.cursor/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+
}

.cursor/rules/laravel-boost.mdc

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

.github/copilot-instructions.md

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

.junie/guidelines.md

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

.junie/mcp/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": "/opt/homebrew/Cellar/php@8.4/8.4.16/bin/php",
5+
"args": [
6+
"/Users/msar/Sites/Mine/bill-organizer/artisan",
7+
"boost:mcp"
8+
]
9+
}
10+
}
11+
}

AGENTS.md

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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"require-dev": {
2222
"fakerphp/faker": "^1.23",
2323
"fruitcake/laravel-debugbar": "^4.0",
24+
"laravel/boost": "^1.1",
2425
"laravel/pail": "^1.2.3",
2526
"laravel/pint": "^1.22",
2627
"laravel/sail": "^1.43.1",

composer.lock

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