Skip to content

Console Commands Overview ​

Modularous provides Artisan commands for scaffolding, building, and managing modules. Commands are organized by category.

Categories ​

CategoryDescription
Cache →Clear, warm, inspect, and manage module caches
Coverage →Analyse Clover reports, generate reports, enforce thresholds, scaffold tests
Migration →Run and rollback module migrations
Docs →Audit and generate documentation
Flush →Flush caches, FilePond uploads, and sessions
Generators →Scaffold models, controllers, routes, hydrates, Vue inputs, tests
Make →Individual make:* command reference with examples and options
Setup →Installation and development setup
Sync →Sync model states and translation keys
Module →Fix, remove, and per-route enable/disable/status
Operations →Process and publish the module operations pipeline (internal)
Update →Patch host-application config files during upgrades (internal)

See Backend for a full command list.