Authentication with Laravel Breeze
Scaffold login, register, and password reset flows in minutes.
What is Laravel Breeze?
Laravel Breeze is a minimal authentication scaffold that provides login, registration, password reset, and email verification out of the box.
Installing Breeze
Install via Composer, then publish and run the installation command.
$ composer require laravel/breeze --dev
$ php artisan breeze:install blade
$ npm install && npm run dev
$ php artisan migrateAll lessons in this course
- Authentication with Laravel Breeze
- Protecting Routes with Middleware
- Gates: Simple Authorization Checks
- Policies: Model-Based Authorization