fortify-development

Automate Laravel Fortify authentication setup for SPA and traditional apps.

1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jonaaix/laravel-livewire-base --skill fortify-development-jonaaix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fortify-development
Source: https://github.com/jonaaix/laravel-livewire-base/tree/main/.claude/skills/fortify-development
Command: npx skills add https://github.com/jonaaix/laravel-livewire-base --skill fortify-development-jonaaix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fortify Development provides a structured approach to implementing Laravel Fortify authentication, reducing boilerplate and ensuring secure, consistent auth flows across login, registration, password resets, email verification, and 2FA.

Core Features & Use Cases

  • Fortify-backed authentication routes and controllers with configurable behavior
  • Feature toggles in config/fortify.php for registration, reset passwords, email verification, update profile, update passwords, two-factor authentication, and passkeys
  • SPA/headless authentication support with JSON responses when views are disabled, plus integration with Sanctum

Quick Start

Configure Fortify in config/fortify.php and enable the core features (registration, login, and password reset) to bootstrap authentication in a Laravel app.

Frequently Asked Questions about fortify-development

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

FAQPage Schema
How do I set up Laravel Fortify authentication for registration, login, and password reset?

Laravel Fortify authentication setup involves configuring feature toggles in config/fortify.php to enable registration, login, and password reset, which bootstraps secure auth routes and controllers into your application structure.

Can I use Laravel Fortify for SPA authentication with JSON responses?

Yes, Laravel Fortify supports SPA and headless authentication by returning JSON responses when views are disabled, enabling seamless integration with Sanctum for single-page application auth workflows.

Does Laravel Fortify support two-factor authentication and email verification?

Yes, Laravel Fortify supports two-factor authentication and email verification, allowing you to enable these features through config/fortify.php toggles to secure user login and registration workflows.

What is the best way to automate Laravel Fortify feature configuration?

Automating Laravel Fortify configuration involves setting up the Fortify service provider, validating FortifyActions and auth contracts, and applying feature toggles for 2FA, passkeys, and profile updates in config/fortify.php.

Does Laravel Fortify work with passkeys and WebAuthn?

Yes, Laravel Fortify includes feature toggles for passkeys and WebAuthn, allowing you to enable passwordless authentication alongside standard login, registration, and two-factor authentication workflows.