migrate
php mitosis migrate
Real output, applying one pending file:
✓ Migrated: 20260101000000_create_widgets
Nothing pending:
Nothing to migrate.
Options:
--path=DIR defaults to database/migrations
--context=NAME target a non-default DB connection (Services\DB context)
Always exits 0 — thin wrapper over Migration::migrate().
Next steps
- make:migration — creating the file this command runs.
- migrate:status — checking what's pending without applying it.