Home
Unofficial Laravel Breeze for Laravel + Inertia + Svelte before Laravel Breeze release the official for Inertia + Svelte. Until then enjoy!
Lite = Laravel + Inertia + Svelte. I like it!
How to use?
Breeze Lite build on top Laravel Breeze. The php artisan breeze:install
command is a home for Breeze Lite and Laravel Breeze. So you don't miss the build in templates provided by Laravel Breeze like Blade with Alpine, Livewire, Vue, React, and API. Use command below to install Breeze Lite in your Laravel project.
bash
composer require senkulabs/breeze-lite --dev
Next, run php artisan breeze:install
and choose option Svelte with Inertia
.
Courtesy
This project use Svelte 5 and Inertia. The Svelte components come from:
- JavaScript: Michael Sieminski's Pull Request in Laravel/Breeze.
- TypeScript: pedroborges/laravel-breeze-svelte.