New Crud banner
laradashboard laradashboard

New Crud

AI community

Description

--- description: "Generate full CRUD (model, controller, service, views, routes, permissions, hooks) for a module" allowed-tools: ["Bash", "Read", "Glob", "Grep", "Edit", "Write"] --- # Generate CRUD for Module Generate a complete CRUD scaffold inside a LaraDashboard module using `module:make-crud`. ## Instructions 1. Parse the arguments: $ARGUMENTS - Expected format: `ModuleName ModelName field1:type,field2:type,...` - Or: `ModuleName --migration=migration_name` - If arguments are

Installation

Installs to ~/.claude/commands/laradashboard-laradashboard-new-crud.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/laradashboard/laradashboard/HEAD/.claude/commands/new-crud.md -o ~/.claude/commands/laradashboard-laradashboard-new-crud.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository