You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
78
78
| Laravel Folio | core |
79
79
| Enforce Tests | conditional |
80
80
81
-
82
81
## Available Documentation
83
82
84
83
| Package | Versions Supported |
@@ -91,7 +90,6 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
91
90
| Pest | 3.x, 4.x |
92
91
| Tailwind CSS | 3.x, 4.x |
93
92
94
-
95
93
## Adding Custom AI Guidelines
96
94
97
95
To augment Laravel Boost with your own custom AI guidelines, add `.blade.php` files to your application's `.ai/guidelines/*` directory. These files will automatically be included with Laravel Boost's guidelines when you run `boost:install`.
@@ -118,6 +116,22 @@ JSON Example:
118
116
}
119
117
```
120
118
119
+
If using sail, then you can use the following:
120
+
121
+
```json
122
+
{
123
+
"mcpServers": {
124
+
"laravel-boost": {
125
+
"command": "vendor/bin/sail",
126
+
"args": [
127
+
"artisan",
128
+
"boost:mcp"
129
+
]
130
+
}
131
+
}
132
+
}
133
+
```
134
+
121
135
## Contributing
122
136
123
137
Thank you for considering contributing to Boost! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
0 commit comments