diff --git a/README.md b/README.md index e487ba8..aedcd69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Breeze Lite -Unofficial Laravel Breeze for Laravel + Inertia + Svelte before Laravel Breeze ship the official for Inertia + Svelte. Until then, enjoy! +Unofficial Laravel Breeze for Inertia + Svelte until Laravel Breeze ship the official for Inertia + Svelte. Until then, enjoy! 🍺 > Lite = Laravel + Inertia + Svelte. I like it! diff --git a/composer.json b/composer.json index 62421c9..0435516 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "senkulabs/breeze-lite", - "description": "Unofficial Laravel Breeze for Laravel + Inertia + Svelte.", + "description": "Unofficial Laravel Breeze for Inertia + Svelte.", "keywords": ["laravel-breeze", "laravel", "inertia", "svelte"], "license": "MIT", "require": { diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a12acd2..d9c2977 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'; // https://vitepress.dev/reference/site-config export default defineConfig({ title: "Breeze Lite", - description: "Unofficial Laravel Breeze for Laravel + Inertia + Svelte.", + description: "Unofficial Laravel Breeze Inertia + Svelte.", themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ diff --git a/docs/build-chirper.md b/docs/build-chirper.md index 11a068b..a19af70 100644 --- a/docs/build-chirper.md +++ b/docs/build-chirper.md @@ -26,7 +26,7 @@ Once you have started the Artisan development server, your application will be a ## Installing Breeze Lite -Next, we will give our application a head-start by installing Breeze Lite, an unofficial [Laravel Breeze](https://laravel.com/docs/starter-kits#laravel-breeze) for Laravel + Inertia + Svelte. According to bootcamp.laravel.com, here's a description of Laravel Breeze. +Next, we will give our application a head-start by installing Breeze Lite, an unofficial [Laravel Breeze](https://laravel.com/docs/starter-kits#laravel-breeze) for Inertia + Svelte. According to bootcamp.laravel.com, here's a description of Laravel Breeze. > A minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation. Once installed, you are welcome to customize the components to suit your needs. diff --git a/docs/index.md b/docs/index.md index 4c62482..f1cc75e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ title: Home # Home -Unofficial Laravel Breeze for Laravel + Inertia + Svelte before Laravel Breeze release the official for Inertia + Svelte. Until then enjoy! +Unofficial Laravel Breeze for Inertia + Svelte until Laravel Breeze release the official for Inertia + Svelte. Until then, enjoy! 🍺 > Lite = Laravel + Inertia + Svelte. I like it!