laravel / breeze by taylorotwell

Minimal Laravel authentication scaffolding with Blade and Tailwind.
10,720,669
2,596
65
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2020-11-09
Package Last Update: 2024-04-17
Home Page: https://laravel.com/docs/starter-kits#laravel-breeze
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:16:26
Package Statistics
Total Downloads: 10,720,669
Monthly Downloads: 574,112
Daily Downloads: 24,607
Total Stars: 2,596
Total Watchers: 65
Total Forks: 453
Total Open Issues: 0

Laravel Breeze

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.

Getting started couldn't be easier:

laravel new my-app

cd my-app

composer require laravel/breeze --dev

php artisan breeze:install

Contributing

Thank you for considering contributing to Breeze! You can read the contribution guide here.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

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