Laravel Breeze
Published on by Eric L. Barnes
Laravel Breeze is a brand new package released by Taylor and the Laravel team:
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.
To get started using Breeze all you need to do is create a new Laravel app and then run:
composer require laravel/breeze php artisan breeze:install
It even comes with a tests for your application:
Breeze is powered by Blade and Tailwind and will be a great starting point for basic authentication, of course, if you need something more advanced that includes two-factor authentication, Livewire / Inertia support, and more, check out Laravel Jetstream.
For more details on Laravel Breeze check out the Github repo and you can start using it today.
Eric is the creator of Laravel News and has been covering Laravel since 2012.