You might have misinterpreted the purpose of MongoDB being a document database, you do not need to have migrations in document-based databases and this is what they're good a. They have dynamic schemas so all you'll have to do is save your model regardless of what attributes they have which means you'll have to tighten your application's business logic to make sure the models are being saved as you expected.
Looking at the package's Schema Documentation, migrations are not supported, check the link for the supported operations (index, unique, etc.).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community