doesntmattr/mongodb-migrations
Laravel package for running MongoDB database migrations. Provides migration commands and structure similar to Laravel’s SQL migrations, helping you version and deploy MongoDB schema/index changes safely across environments.
The removal of the abstract migration class attributes could be seen as a breaking change except that no one would have been able to use them correctly because they were assigned the wrong thing.
This is the new shiny v2 of the MongoDB Migrations library.
Changes include:
[ ] array syntaxplus many more updates.
This is a php5.6 release that adds a travis build testing the lowest dependencies.
Version 2.0 development has started from this release.
This tag will be used to continue to support php 5.6. Version 2.0 of this library will require php ^7.1
Only bug fixes will be included in Version 1.* releases.
This is a minor release before we drop support for php5.*
Added the ability to replay an execute command, see #11
How can I help you explore Laravel packages today?