tapansharma / breeze-svelte
Minimal Laravel authentication scaffolding with Svelte and Tailwind.
Installs: 1 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 4
Forks: 5
Open Issues: 2
Requires
- php: ^8.1.0
- illuminate/console: ^10.17
- illuminate/filesystem: ^10.17
- illuminate/support: ^10.17
- illuminate/validation: ^10.17
Requires (Dev)
- orchestra/testbench: ^8.0
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-11-20 13:47:25 UTC
README
Introduction
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.
Documentation
Installation
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.
SSR Support
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.
Useful Links
- If you're new to the LIST Stack, you can check out this introductory tutorial
- Laravel-Inertia-Svelte Course
- I guess you've already figured out that I'm loving this stack and I have been exploring it a lot lately, and to further improve your skills and help you get started, I have created a Udemy Course based on this stack, where we'll build multiple practical projects and learn a ton of stuff along the way.
- You can check out the Course here
Screenshots
License
Laravel Breeze is open-sourced software licensed under the MIT license.