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
> 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:
11
11
>
12
12
> -`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`) (*)
18
18
>
19
19
> (*) Name cannot contain spaces.
20
20
>
21
21
> After replacing keywords, take the following steps:
22
22
>
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`)
24
24
> 2. Remove things you don't need like migrations, routes, resources, etc
25
25
> 3. Fill the package short intro and keywords in the [composer.json](./composer.json) file
26
26
> 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...
38
38
39
39
## Official Documentation
40
40
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).
42
42
43
43
## Contributing
44
44
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).
0 commit comments