The Wayback Machine - https://web.archive.org/web/20201112194838/https://github.com/laravel/breeze
Skip to content
1.x
Go to file
Code

Latest commit

This removes the middleware array syntax for routes with 1 middleware. It also reorders the middleware and name declaration of the logout route to be the same as the other routes.
df47e83

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 10, 2020
src
Nov 11, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020
wip
Nov 9, 2020

README.md

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.

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.

You can’t perform that action at this time.