Laravel Breeze

News

November 9th, 2020

Laravel Breeze

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.

Filed in:

Eric L. Barnes

Eric is the creator of Laravel News and has been covering Laravel since 2012.