AI Workshop: learn to build apps with AI →
Laravel Auth
Implement authentication with Laravel Breeze and protect your routes.

Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.


Authentication is a critical part of most web applications. Laravel provides robust authentication features out of the box, including Laravel Breeze for quick scaffolding.

In this section you’ll learn how to set up user authentication, protect routes, and manage authenticated users.

Lessons in this unit:

0: ▶︎ Introduction
1: Adding authentication using Laravel Breeze
2: Only authenticated users can add items to the database
3: Only authenticated users can add items to the database
4: Setting up authentication using Laravel Breeze