developing-with-fortify

Implement headless authentication backends in Laravel with Fortify.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/jftecnologia/laravel-base-template --skill developing-with-fortify-jftecnologia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developing-with-fortify
Source: https://github.com/jftecnologia/laravel-base-template/tree/main/.claude/skills/developing-with-fortify
Command: npx skills add https://github.com/jftecnologia/laravel-base-template --skill developing-with-fortify-jftecnologia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the development of authentication features in Laravel applications, providing a headless backend for common auth flows.

Core Features & Use Cases

  • Headless Authentication: Implement login, registration, password reset, email verification, and 2FA without relying on Fortify's default views.
  • Customizable Logic: Easily override default actions and responses for tailored authentication experiences.
  • Use Case: Integrate Fortify into a Single Page Application (SPA) by disabling views and handling authentication via API requests, ensuring a seamless user experience.

Quick Start

Use the developing-with-fortify skill to enable user registration and password reset features in your Laravel application.

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 in Laravel using Fortify?

Laravel Fortify headless authentication is built by disabling default views and handling registration, login, password reset, email verification, and 2FA via API requests. This Skill configures Fortify features and actions to provide a backend tailored for SPAs.

Can I use Laravel Fortify for a Single Page Application backend?

Yes, Laravel Fortify is ideal for a Single Page Application backend. By disabling built-in views and optionally integrating Sanctum, you can handle authentication flows via API requests, ensuring a seamless experience for SPA users.

What authentication features can I implement with Laravel Fortify?

With Laravel Fortify, you can implement user registration, login, password reset, email verification, and two-factor authentication. This Skill supports configuring these features to create a customizable and headless authentication backend.

Do I need Sanctum to configure Laravel Fortify for SPA authentication?

Sanctum is optionally required to configure Laravel Fortify for SPA authentication. While Fortify handles the core authentication logic, integrating Sanctum provides the necessary API token and session management for seamless SPA authentication.

How do I customize login and registration responses in a Laravel headless auth setup?

To customize login and registration responses in a Laravel headless auth setup, you can override default Fortify actions. This Skill allows you to easily tailor authentication experiences by modifying the configurable actions and responses.