Module Routes banner
laradashboard laradashboard

Module Routes

Development community

Description

--- description: "Show all registered routes for a module" allowed-tools: ["Bash", "Read", "Grep"] --- # Show Module Routes Display all registered routes for a LaraDashboard module. ## Instructions 1. Parse arguments: $ARGUMENTS (module name) 2. Run: `php artisan route:list --name={module_lowercase}` 3. If no routes found, also try: `php artisan route:list --path=admin/{module_lowercase}` 4. Show the routes in a clean format 5. If no routes found at all, check: - Is the module enabled in

Installation

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

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

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

Full documentation available on GitHub

View Source Repository