developing-with-fortify

Configure Laravel Fortify for headless authentication across APIs and SPAs.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/krlmrr/laravel-playground --skill developing-with-fortify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developing-with-fortify
Source: https://github.com/krlmrr/laravel-playground/tree/main/.claude/skills/developing-with-fortify
Command: npx skills add https://github.com/krlmrr/laravel-playground --skill developing-with-fortify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fortify provides a headless authentication backend with routes and controllers, enabling Laravel developers to implement login, registration, password reset, email verification, and 2FA without building UI from scratch.

Core Features & Use Cases

  • User registration and password management through configurable Fortify features
  • Email verification, profile updates, and two-factor authentication to secure APIs and SPAs
  • Seamless integration with Laravel's authentication lifecycle and frontends

Quick Start

Enable Fortify in your Laravel project, configure features in config/fortify.php, and wire up the Fortify callbacks to begin headless authentication.

Frequently Asked Questions about developing-with-fortify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build headless authentication for a Laravel API or SPA?

Build headless authentication for Laravel APIs and SPAs by enabling Fortify to provide backend routes and controllers for login, registration, password reset, email verification, and 2FA without requiring a frontend UI.

What is headless authentication in Laravel and when do I need it?

Headless authentication in Laravel is a backend-only approach providing configurable routes and controllers for user login, registration, and 2FA. You need it when building modern web and mobile frontends without server-rendered UI.

How do I configure two-factor authentication and email verification for a Laravel backend?

Configure two-factor authentication and email verification for a Laravel backend by enabling these specific features in the config/fortify.php file and wiring up the Fortify service provider callbacks.

Does Laravel Fortify work for building custom login and registration APIs?

Yes, Laravel Fortify works for building custom login and registration APIs by providing a headless authentication backend with overridable responses, allowing seamless integration with modern web and mobile frontends.

What is the best way to implement password reset and profile updates in a Laravel headless setup?

The best way to implement password reset and profile updates in a Laravel headless setup is using Fortify, which handles these features through configurable routes and service provider callbacks without building UI from scratch.