laravel-inertia-crud-development

Generate Laravel 12 and Inertia React v3 CRUD flows with scaffolding and tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/azadshaikh/public_html --skill laravel-inertia-crud-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-inertia-crud-development
Source: https://github.com/azadshaikh/public_html/tree/main/.agents/skills/laravel-inertia-crud-development
Command: npx skills add https://github.com/azadshaikh/public_html --skill laravel-inertia-crud-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of full-stack CRUD (Create, Read, Update, Delete) functionalities in Laravel applications using Inertia.js and React, automating repetitive scaffolding and ensuring best practices.

Core Features & Use Cases

  • Full-Stack Scaffolding: Generates models, migrations, requests, controllers, Inertia pages, and tests.
  • Feature-Rich CRUDs: Supports filtering, sorting, pagination, file uploads, and dynamic forms.
  • Use Case: Quickly add a new "Product" management section to your e-commerce platform, complete with an admin interface for adding, editing, viewing, and deleting products, including image uploads and search functionality.

Quick Start

Use the laravel-inertia-crud-development skill to build a CRUD for a new resource named 'Post'.

Frequently Asked Questions about laravel-inertia-crud-development

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

FAQPage Schema
How do I scaffold a full-stack Laravel Inertia React CRUD flow?

To scaffold a Laravel Inertia React CRUD flow, generate models, migrations, form requests, resource controllers, Inertia pages, and PHPUnit tests. This automates backend logic and frontend composition for new or existing resources.

What is the best way to add file uploads and filtering to a Laravel CRUD?

The best way to add file uploads, filtering, and sorting to a Laravel CRUD is using Inertia.js with React. This approach dynamically generates feature-rich forms and admin interfaces while adhering to project-specific patterns.

Can I generate Inertia pages and PHPUnit tests for an existing Laravel resource?

Yes, you can generate Inertia pages and PHPUnit tests for existing Laravel resources. The scaffolding process adapts to your current project-specific patterns for backend logic, frontend composition, navigation, and testing.

Does Laravel Inertia React scaffolding include Ziggy routes and sidebar links?

Yes, Laravel Inertia React scaffolding includes Ziggy routes and sidebar links. It completely automates navigation setup alongside resource controllers, form requests, factories, and seeders for comprehensive full-stack development.