PHPackages                             mrcoto/migration-workflow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. mrcoto/migration-workflow

ActiveLibrary[Database &amp; ORM](/categories/database)

mrcoto/migration-workflow
=========================

Run migrations and seeds in custom order

v2.0.4(4y ago)0408[2 PRs](https://github.com/mrcoto/migration-workflow/pulls)MITPHPPHP ^7.2|^8.0

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mrcoto/migration-workflow)[ Packagist](https://packagist.org/packages/mrcoto/migration-workflow)[ RSS](/packages/mrcoto-migration-workflow/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (17)Used By (0)

Migration Workflow Package for Laravel
======================================

[](#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:

```
php artisan migrate:fresh
php artisan db:seed
```

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 `php artisan migrate`).

Documentation
-------------

[](#documentation)

VersiónLink*2.0.3**1.4*---

All rights reserved Innlab@2019 (Package developed by José Espinoza)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 96% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~58 days

Recently: every ~163 days

Total

14

Last Release

1635d ago

Major Versions

v1.4.1 → v2.02020-02-03

PHP version history (2 changes)v1.0.0PHP ^7.2

v2.0.4PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43283997?v=4)[José Espinoza Salas](/maintainers/mrcoto)[@mrcoto](https://github.com/mrcoto)

---

Top Contributors

[![mrcoto](https://avatars.githubusercontent.com/u/43283997?v=4)](https://github.com/mrcoto "mrcoto (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mrcoto-migration-workflow/health.svg)

```
[![Health](https://phpackages.com/badges/mrcoto-migration-workflow/health.svg)](https://phpackages.com/packages/mrcoto-migration-workflow)
```

###  Alternatives

[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[aglipanci/laravel-eloquent-case

Adds CASE statement support to Laravel Query Builder.

115157.2k](/packages/aglipanci-laravel-eloquent-case)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
