tapansharma/breeze-svelte

Minimal Laravel authentication scaffolding with Svelte and Tailwind.

v1.2.0 2023-08-20 11:09 UTC

This package is auto-updated.

Last update: 2024-05-20 12:37:41 UTC


README

Logo Laravel Breeze

Total Downloads Latest Stable Version License

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

image

image

image

image

image

License

Laravel Breeze is open-sourced software licensed under the MIT license.