devture/mongodb-migrations
Laravel-friendly MongoDB migration runner that manages schema/data changes with versioned migration classes and CLI commands. Helps apply, track, and rollback database updates across environments in a predictable way.
Adopt if:
ALTER TABLE equivalents).Look elsewhere if:
db.collection.update() commands).For Executives: "This package lets us treat MongoDB schema changes like Git commits—versioned, reversible, and auditable. It reduces risk in production deployments (e.g., rollback in <5 mins) and aligns our data layer with our SQL-based workflows. Low maintenance (MIT-licensed, 1K+ Laravel users) and saves dev time on manual migration scripts."
For Engineering:
How can I help you explore Laravel packages today?