Feature CRUD Complex

Generate Laravel and React CRUD scaffolds with filters, DTOs, and controllers.

4|1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/gmedia/erp --skill feature-crud-complex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Feature CRUD Complex
Source: https://github.com/gmedia/erp/tree/main/.agent/skills/feature-crud-complex
Command: npx skills add https://github.com/gmedia/erp --skill feature-crud-complex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a ready-to-use blueprint for building complex CRUD features with multi-table relations, advanced filtering, and modular frontend components, reducing setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Domain-driven structure: backend models, requests, resources, filters, DTOs, actions, and exports designed for complex modules.
  • Frontend modularity: React components and pages that separate forms, filters, and columns for scalable UIs.
  • End-to-end scaffolding: templates for migrations, models, controllers, exports, and tests to accelerate delivery.

Quick Start

Generate a complete complex CRUD feature scaffold using the provided templates and place it under the standard Laravel and React structure.

Frequently Asked Questions about Feature CRUD Complex

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

FAQPage Schema
How do I scaffold a complex CRUD module with multi-table relations in Laravel and React?▼

To scaffold a complex CRUD module, this Skill automates metadata generation and creates reusable templates for Laravel backend structures and modular React frontend components, handling multi-table relations and advanced filtering.

What is the best way to structure domain-driven CRUD features for scalable frontend modularity?▼

The best way to structure domain-driven CRUD features is by separating backend logic into Domain filters, DTOs, and actions, while isolating React components into distinct forms, filters, and columns to ensure scalable UIs.

Can I generate Laravel controllers, requests, and resources together with React components for a new feature?▼

Yes, you can generate Laravel controllers, requests, resources, exports, and React components together, as this Skill provides end-to-end scaffolding templates that target both backend and frontend structures simultaneously.

Does this scaffolding tool support advanced filtering and domain actions for complex CRUD modules?▼

Yes, this scaffolding tool supports advanced filtering and domain actions by generating dedicated Domain filters, DTOs, and action templates specifically designed for complex CRUD modules requiring multi-table relations.

When do I need automated scaffolding for complex CRUD feature modules?▼

You need automated scaffolding for complex CRUD feature modules when your software project requires multi-table relations, advanced filtering, and consistent modular frontend components, reducing manual setup time and ensuring structural consistency.