Skip to content

Commit 4400b73

Browse files
committed
Merge branch 'v2' into add-extra-files
2 parents 9dfca4e + dfbb61e commit 4400b73

File tree

269 files changed

+18725
-5125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+18725
-5125
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: 430 additions & 0 deletions
Large diffs are not rendered by default.

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ ANYSTACK_FOREVER_POLICY_ID=
8585
ANYSTACK_TRIAL_POLICY_ID=
8686

8787
FILAMENT_USERS=
88+
89+
BIFROST_API_KEY=your-secure-api-key-here

.github/copilot-instructions.md

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

.github/funding.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
github: simonhamp
21
open_collective: nativephp

.junie/guidelines.md

Lines changed: 427 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": "/usr/bin/php8.4",
5+
"args": [
6+
"/home/hassan/code/nativephp.com/artisan",
7+
"boost:mcp"
8+
]
9+
}
10+
}
11+
}

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

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010
],
11-
"tailwindConfig": "./tailwind.config.js",
11+
"tailwindStylesheet": "./resources/css/app.css",
1212
"singleQuote": true,
1313
"semi": false,
1414
"trailingComma": "all",

CLAUDE.md

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

0 commit comments

Comments
 (0)