Skip to content

Commit ab28b05

Browse files
committed
Rebrand to Laravel Boost, Update to laravel/mcp Server namespace
1 parent 4600729 commit ab28b05

Some content is hidden

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

42 files changed

+232
-3475
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/ai-assistant/compare/v0.1.0...1.x)
3+
## [Unreleased](https://github.com/laravel/boost/compare/v0.1.0...1.x)
44

55

66
## v0.1.0 (202x-xx-xx)

README.md

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

33
<p align="center">
4-
<a href="https://github.com/ai-assistant/actions"><img src="https://github.com/ai-assistant/workflows/tests/badge.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/ai-assistant"><img src="https://img.shields.io/packagist/dt/ai-assistant" alt="Total Downloads"></a>
6-
<a href="https://packagist.org/packages/ai-assistant"><img src="https://img.shields.io/packagist/v/ai-assistant" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/ai-assistant"><img src="https://img.shields.io/packagist/l/ai-assistant" alt="License"></a>
4+
<a href="https://github.com/laravel/boost/actions"><img src="https://github.com/laravel/boost/workflows/tests/badge.svg" alt="Build Status"></a>
5+
<a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/dt/boost" alt="Total Downloads"></a>
6+
<a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/v/boost" alt="Latest Stable Version"></a>
7+
<a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/l/boost" alt="License"></a>
88
</p>
99

10-
> This is a template repository for new Laravel AI Assistants. [Start a new repo with this](https://github.com/ai-assistant/generate), clone it locally and search & replace the relevant things below:
10+
> This is a template repository for new Laravel AI Assistants. [Start a new repo with this](https://github.com/laravel/boost/generate), clone it locally and search & replace the relevant things below:
1111
>
1212
> - `Laravel AI Assistant` with the package name (e.g. `Laravel Horizon`)
13-
> - `ai-assistant` references to the vendor name / GitHub url (e.g. `laravel/horizon`) (*)
14-
> - `ai-assistant` references to the publishing name (e.g. `horizon`) (*)
15-
> - `Laravel\AiAssistant` references to the package namespace (e.g. `Laravel\Horizon`) (*)
16-
> - `AiAssistant` references to the short package name (e.g. `Horizon`) (*)
17-
> - `AI_ASSISTANT` references to the env variable names (e.g. `HORIZON`) (*)
13+
> - `boost` references to the vendor name / GitHub url (e.g. `laravel/horizon`) (*)
14+
> - `boost` references to the publishing name (e.g. `horizon`) (*)
15+
> - `Laravel\Boost` references to the package namespace (e.g. `Laravel\Horizon`) (*)
16+
> - `Boost` references to the short package name (e.g. `Horizon`) (*)
17+
> - `BOOST_` references to the env variable names (e.g. `HORIZON`) (*)
1818
>
1919
> (*) Name cannot contain spaces.
2020
>
2121
> After replacing keywords, take the following steps:
2222
>
23-
> 1. Rename any `AiAssistant` prefixes in `.php` file names in [`src`](./src) to the package name (e.g. `Horizon`)
23+
> 1. Rename any `Boost` prefixes in `.php` file names in [`src`](./src) to the package name (e.g. `Horizon`)
2424
> 2. Remove things you don't need like migrations, routes, resources, etc
2525
> 3. Fill the package short intro and keywords in the [composer.json](./composer.json) file
2626
> 4. Set the same short intro and keywords in the GitHub repository sidebar and set the website url to the package docs
@@ -38,11 +38,11 @@ Package introduction...
3838

3939
## Official Documentation
4040

41-
Documentation for AiAssistant can be found on the [Laravel website](https://laravel.com/docs).
41+
Documentation for Boost can be found on the [Laravel website](https://laravel.com/docs).
4242

4343
## Contributing
4444

45-
Thank you for considering contributing to AiAssistant! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
45+
Thank you for considering contributing to Boost! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
4646

4747
## Code of Conduct
4848

art/logo.svg

Lines changed: 21 additions & 16 deletions
Loading

composer.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"name": "laravel/ai-assistant",
3-
"description": "An AI Assistant for Laravel to level up your AI agents.",
4-
"keywords": ["laravel", "ai", "assistant"],
5-
"homepage": "https://github.com/laravel/ai-assistant",
2+
"name": "laravel/boost",
3+
"description": "Laravel AI Assistant to give you a boost",
4+
"keywords": [
5+
"dev",
6+
"laravel",
7+
"ai"
8+
],
9+
"homepage": "https://github.com/laravel/boost",
610
"license": "MIT",
711
"support": {
8-
"issues": "https://github.com/laravel/ai-assistant/issues",
9-
"source": "https://github.com/laravel/ai-assistant"
12+
"issues": "https://github.com/laravel/boost/issues",
13+
"source": "https://github.com/laravel/boost"
1014
},
1115
"authors": [
1216
{
@@ -17,7 +21,7 @@
1721
"repositories": [
1822
{
1923
"type": "path",
20-
"url": "/Users/petersuhm/Code/mcp"
24+
"url": "../mcp"
2125
}
2226
],
2327
"require": {
@@ -29,15 +33,15 @@
2933
"laravel/mcp": "dev-main"
3034
},
3135
"require-dev": {
36+
"laravel/pint": "^1.23",
3237
"mockery/mockery": "^1.6",
3338
"orchestra/testbench": "^9.0|^10.0",
3439
"pestphp/pest": "^3.0",
3540
"phpstan/phpstan": "^2.0"
3641
},
3742
"autoload": {
3843
"psr-4": {
39-
"Laravel\\AiAssistant\\": "src/",
40-
"Laravel\\AiAssistant\\Database\\Factories\\": "database/factories"
44+
"Laravel\\Boost\\": "src/"
4145
}
4246
},
4347
"autoload-dev": {
@@ -51,7 +55,7 @@
5155
},
5256
"laravel": {
5357
"providers": [
54-
"Laravel\\AiAssistant\\AiAssistantServiceProvider"
58+
"Laravel\\Boost\\BoostServiceProvider"
5559
]
5660
}
5761
},

config/ai-assistant.php

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

config/boost.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
5+
];

database/factories/ModelFactory.php

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

database/migrations/2021_08_09_000001_create_package_columns.php

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

0 commit comments

Comments
 (0)