Download the PHP package mrcoto/migration-workflow without Composer
On this page you can find all versions of the php package mrcoto/migration-workflow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mrcoto/migration-workflow
More information about mrcoto/migration-workflow
Files in mrcoto/migration-workflow
Download mrcoto/migration-workflow
More information about mrcoto/migration-workflow
Files in mrcoto/migration-workflow
Vendor mrcoto
Package migration-workflow
Short Description Run migrations and seeds in custom order
License MIT
Package migration-workflow
Short Description Run migrations and seeds in custom order
License MIT
Please rate this library. Is it a good library?
Informations about the package migration-workflow
Migration Workflow Package for Laravel
Why to use this package?
One little problem with Laravel when running migrations and seeds, is the execution order on those files.
For example, when you run:
First, migration files are executed, and then seeder classes are executed.
This package allows you to control the execution order of those migration and seeder files. You can:
- Define the order between migration and seed files
- Add a version tag to your migration workflow
- Store in database your deployed migration workflows (same as default laravel migrations files stored in database when you migrate files with ).
Documentation
Versión | Link |
---|---|
2.0.3 | https://mrcoto.github.io/migration-workflow-docs/2.0/ |
1.4 | https://mrcoto.github.io/migration-workflow-docs/1.4/ |
All rights reserved Innlab@2019 (Package developed by José Espinoza)
All versions of migration-workflow with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
illuminate/database Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
monolog/monolog Version ^1.23|^2.0
bramus/monolog-colored-line-formatter Version ~2.0|~3.0
hanneskod/classtools Version ^1.2
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
illuminate/database Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
monolog/monolog Version ^1.23|^2.0
bramus/monolog-colored-line-formatter Version ~2.0|~3.0
hanneskod/classtools Version ^1.2
The package mrcoto/migration-workflow contains the following files
Loading the files please wait ....