laravel-breeze-livewire Tailwind Templates

Laravel Breeze Livewire

Minimal Laravel authentication scaffolding with Laravel Breeze, Livewire and Tailwind CSS

Logo Laravel Breeze

Total Downloads Latest Stable Version License

Introduction

Breeze provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind, Breeze publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.

Laravel Breeze is powered by Blade and Tailwind. If you're looking for a more robust Laravel starter kit that includes two factor authentication, Livewire / Inertia support, and more, check out Laravel Jetstream.

Installation

  • Clone https://github.com/simpson-getting-crazy/laravel-breeze-livewire.git
  • Run composer install
  • Copy .env.example to .env
  • Run php artisan key:generate
  • Install npm dependencies with npm install
  • Migrate the database with php artisan migrate
  • Run php artisan serve & npm run dev
  • Navigate to http://localhost:8000

Official Documentation

Documentation for Breeze can be found on the Laravel website.

Top categories

Loading Svelte Themes