CLI Commands
Generators
make:model: generate a model file and optionally pair it with migration-ready schemamake:controller: generate an Express-oriented CRUD controllermake:service: generate a service layer around model CRUDmake:factory: generate a factory for seeds, scenarios, and testsmake:registry: generate model registration bootstrapmake:scenario: generate coordinated scenario artifacts such as blog or media presets
Database commands
migrate:run: apply pending migrationsmigrate:rollback: roll back recent migration batchesmigrate:reset: roll back all applied migrationsmigrate:fresh: drop and rebuild schema from migrationsdb:seed: run a seeder class against the selected target
Utilities
factory:status: inspect factory registration and relationship graphcache:stats: inspect runtime cache activitycache:clear: clear cache keys and registry stateseed:status: inspect scenario and seed flow variants
npx eloquent --help for the full current command matrix.
Use next: