Articles covering everything about user authentication — from simple login and registration to password resets, session handling, and advanced login features.
Laravel Jetstream is the official Laravel starter kit designed for developers who want more than just basic authentication. It provides a robust…
Laravel Breeze is the official starter kit designed for developers who want a simple, minimal, and elegant way to set up authentication…
Auth middleware is Laravel’s gatekeeper for protected routes. In Laravel 12, the auth middleware is an alias to Illuminate\Auth\Middleware\Authenticate and it’s configured…
Laravel Fortify provides a headless authentication backend, including built-in Two-Factor Authentication (2FA) with time-based one-time passwords (TOTP). In this guide, you’ll install…
Laravel Livewire allows you to build dynamic, reactive interfaces without writing JavaScript. Instead, Livewire components are written in PHP and Blade, and…
Laravel 12 integrates seamlessly with Vue 3 using Vite. This stack gives you Laravel’s expressive backend and Vue’s reactive UI, ideal for…
Laravel starter kits provide ready-made scaffolding to jumpstart projects. Instead of building authentication, dashboards, or billing from scratch, developers can rely on…