Svelte and Tailwind power this version of Laravel Breeze. As a typical Breeze package, this publishes authentication controllers and views to your application that can be easily customized based on your application's needs.
You can install the package via Composer:
composer require tapansharma/breeze-svelte --dev
Everything else is the same as the original Breeze package, you can either use the interactive installer or install it manually by passing the svelte
flag to the php artisan breeze:install
command.
This package supports SSR out of the box, you can use the --ssr
flag to install the package with SSR support.
php artisan breeze:install svelte --ssr
For further information about SSR, please refer to the official documentation.
Laravel Breeze is open-sourced software licensed under the MIT license.