Skip to content

Commit 01f5d08

Browse files
authored
Merge pull request #17 from laravel/art-doco
Art & docs
2 parents 6b990fc + 8badbc2 commit 01f5d08

File tree

5 files changed

+117
-32
lines changed

5 files changed

+117
-32
lines changed

README.md

Lines changed: 57 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="/art/logo.svg" alt="Logo Laravel Boost"></p>
1+
<p align="center"><img src="/art/boost.svg" alt="Logo Laravel Boost"></p>
22

33
<p align="center">
44
<a href="https://github.com/laravel/boost/actions"><img src="https://github.com/laravel/boost/workflows/tests/badge.svg" alt="Build Status"></a>
@@ -7,23 +7,19 @@
77
<a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/l/boost" alt="License"></a>
88
</p>
99

10-
> 1. Replace the `art/logo.svg` with the new package logo
11-
> 2. Replace the `public/favicon.ico` with the new package favicon (optional)
12-
> 3. Write a great README
13-
1410
## Introduction
1511
Laravel Boost gives you a jump-start with AI assisted coding by making it simple to add everything you need to help AI make good choices.
1612

1713
Core features:
1814
- MCP server with 15+ tools
1915
- Composable AI guidelines for ecosystem packages
20-
- Documentation API with built-in MCP tool
16+
- Documentation API with built-in MCP tool, over 15, 000 pieces of knowledge, and semantic search with embeddings
2117

2218
Other features:
2319
- Browser logs streamed to `log/storage/browser.log`
2420

2521
> [!IMPORTANT]
26-
> Boost is in Beta and will be updated frequently.
22+
> Boost is in _Beta_ and will be updated frequently.
2723
2824
## Installation
2925

@@ -39,12 +35,7 @@ php artisan boost:install
3935

4036
You're ready to go!
4137

42-
You can optionally publish the Boost config:
43-
```bash
44-
TODO: the command that allows that
45-
```
46-
47-
## Current MCP Tools
38+
## Available MCP Tools
4839

4940
| Name | Notes |
5041
| -------------------------- |----------------------------------------------------------------------------------------------------------------|
@@ -65,14 +56,61 @@ TODO: the command that allows that
6556
| Search Docs | Use hosted API service to retrieve docs based on installed packages |
6657
| Tinker | Run arbitrary code within the context of the project |
6758

59+
## Available AI Guidelines
60+
61+
| Package | Versions Supported |
62+
|---------|-------------------|
63+
| Core & Boost | core |
64+
| Laravel Framework | core, v10, v11, v12 |
65+
| Livewire | core, v2, v3 |
66+
| Flux UI | core, free, pro |
67+
| Herd | core |
68+
| Inertia Laravel | core, v1, v2 |
69+
| Inertia React | core, v1, v2 |
70+
| Inertia Vue | core, v1, v2 |
71+
| Pest | core, v4 |
72+
| PHPUnit | core |
73+
| Pint | core |
74+
| TailwindCSS | core, v3, v4 |
75+
| Livewire Volt | core |
76+
| Laravel Folio | core |
77+
| Enforce tests | conditional |
78+
79+
80+
## Available documentation
81+
82+
| Package | Versions Supported |
83+
|---------|-------------------|
84+
| Laravel Framework | v10, v11, v12 |
85+
| Flux UI | v2 Free, v2 Pro |
86+
| Inertia | v1, v2 |
87+
| Livewire | v1, v2, v3 |
88+
| Pest | v3, v4 |
6889

69-
## Adding your own AI guidelines
70-
71-
Add `.blade.php` files to `.ai/guidelines/*` in your project, and they'll be included as part of `boost:install`.
7290

73-
## Official Documentation
91+
## Adding your own AI guidelines
7492

75-
Documentation for Boost can be found on the [Laravel website](https://laravel.com/docs).
93+
Add `.blade.php` files to `.ai/guidelines/*` in your project, and they'll be included with Boost guidelines when you run `boost:install`.
94+
95+
## Adding Boost MCP manually
96+
Create the necessary config for your code editor using these details.
97+
98+
<table>
99+
<tr><td><strong>Command</strong></td><td><code>php</code></td></tr>
100+
<tr><td><strong>Args</strong></td><td><code>./artisan boost:mcp</code></td></tr>
101+
</table>
102+
103+
JSON Example
104+
```json
105+
{
106+
"mcpServers": {
107+
"laravel-boost": {
108+
"command": "php",
109+
"args": ["./artisan", "boost:mcp"]
110+
}
111+
}
112+
}
113+
```
76114

77115
## Contributing
78116

@@ -88,4 +126,4 @@ Please review [our security policy](https://github.com/laravel/boost/security/po
88126

89127
## License
90128

91-
Laravel AI Assistant is open-sourced software licensed under the [MIT license](LICENSE.md).
129+
Laravel Boost is open-sourced software licensed under the [MIT license](LICENSE.md).

art/boost.svg

Lines changed: 58 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)