fortify-development

Guide Laravel developers through Fortify authentication routes and configuration.

5|1|Updated Feb 17, 2024
One-click install
npx skills add https://github.com/karuhun-developer/template-laravel-livewire --skill fortify-development-karuhun-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fortify-development
Source: https://github.com/karuhun-developer/template-laravel-livewire/tree/main/.cursor/skills/fortify-development
Command: npx skills add https://github.com/karuhun-developer/template-laravel-livewire --skill fortify-development-karuhun-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires laravel, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of Laravel authentication by providing a dedicated resource for Fortify, a headless authentication backend for Laravel.

Core Features & Use Cases

  • Authentication Routes: Access detailed information on all registered Fortify authentication endpoints.
  • Customizable Logic: Understand and customize the business logic for user creation, password validation, and more.
  • Configuration Options: Learn about the full range of configuration possibilities for features, guards, rate limiters, and username fields.
  • Response Classes: Explore overridable response classes for login, logout, registration, and more.

Quick Start

Use search-docs to find comprehensive Fortify documentation and examples.

Frequently Asked Questions about fortify-development

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

FAQPage Schema
How do I customize Laravel Fortify authentication routes and business logic?

You can customize Laravel Fortify authentication by modifying its backend business logic for user creation and password validation. This Skill provides detailed guidance on overriding Fortify endpoints and response classes for login and registration.

What configuration options does Laravel Fortify support for authentication?

Laravel Fortify configuration supports adjusting features, guards, rate limiters, and username fields. This Skill details the full range of configuration possibilities to help you optimize your application's authentication backend.

Can I override Laravel Fortify response classes for login and registration?

Yes, you can override Laravel Fortify response classes for login, logout, and registration. This Skill provides in-depth guidance on exploring and customizing these response classes to fit your application's specific requirements.

How do I change the username field for Laravel authentication using Fortify?

To change the username field for Laravel authentication, you adjust the Fortify configuration options. This Skill explains how to configure username fields and customize the authentication backend logic accordingly.

Does Laravel Fortify work without a frontend UI for authentication?

Laravel Fortify is a headless authentication backend designed to work independently of your frontend UI. This Skill helps you implement and manage Fortify routes and logic directly within your Laravel application.

What is the best way to optimize rate limiters in Laravel Fortify?

The best way to optimize rate limiters in Laravel Fortify is through its built-in configuration options. This Skill provides detailed information on configuring rate limiters and other authentication features for your Laravel application.