goravel-crud-page

Generate admin CRUD page controllers, routes, and React/Inertia components for Goravel entities.

16|11|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill goravel-crud-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goravel-crud-page
Source: https://github.com/liwoo/goravel-inertia-tw-starter/tree/main/.claude/skills/goravel-crud-page
Command: npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill goravel-crud-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates the creation of admin CRUD pages and their UI scaffolding for Goravel entities, removing repetitive setup tasks.

Core Features & Use Cases

  • Generate a page controller, routes, and Inertia/React UI components for a given entity.
  • Produce a consistent admin interface with index, create, edit, and detail views.
  • Use case: rapidly scaffold admin for a new entity like "Product" with minimal manual coding.

Quick Start

Run the generator for your entity to produce the controller and UI scaffolding.

Frequently Asked Questions about goravel-crud-page

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

FAQPage Schema
How do I generate admin CRUD pages for a Goravel entity?

To generate admin CRUD pages for a Goravel entity, run the generator to automatically produce page controllers, routes, and React/Inertia UI components. This scaffolds index, create, edit, and detail views for standard entity models with minimal manual coding.

Does Goravel CRUD scaffolding work with React and Inertia?

Yes, Goravel CRUD scaffolding explicitly works with React and Inertia. It automates the generation of Inertia/React UI components and page controllers, requiring Inertia/React integration to build the admin dashboard interface.

What is the best way to scaffold an admin dashboard for a new Goravel entity?

The best way to scaffold an admin dashboard for a new Goravel entity is using an automated CRUD generator. It applies a conventional project layout to instantly produce consistent admin interfaces with index, create, edit, and detail views.

Can I automatically create page controllers and routes for Goravel entities?

Yes, you can automatically create page controllers and routes for Goravel entities. The generator automates routing and controller creation alongside the UI scaffolding to remove repetitive setup tasks for standard entity models.

Do I need a conventional project layout to generate Goravel React components?

Yes, you need a conventional project layout and available Go tooling to generate Goravel React components. The generator requires this standard structure to properly output the page controllers and Inertia/React UI scaffolding.