New Module banner
laradashboard laradashboard

New Module

Design community

Description

--- description: "Create a new LaraDashboard module with proper structure, CSS prefixing, hooks, menu, and CLAUDE.md" allowed-tools: ["Bash", "Read", "Write", "Edit", "Glob", "Grep"] --- # Create New Module Create a new LaraDashboard module using the `module:make` artisan command, then set up all required patterns. ## Instructions 1. Ask the user for the module name if not provided as argument: $ARGUMENTS 2. Also ask: - **Module type**: feature (like CRM), theme (like Starter26), addon, o

Installation

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

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

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

Full documentation available on GitHub

View Source Repository