Laravel Auth
Implement authentication with Laravel Breeze and protect your routes.

Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026

The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.


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