PHPackages                             zingle/laravel5-migrator - 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. zingle/laravel5-migrator

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

zingle/laravel5-migrator
========================

Improved version of Laravel 5's Migrator. Adds better error messaging and support for rollbacks with custom paths

0.9.9(10y ago)32.3k2[4 issues](https://github.com/Zingle/laravel5-migrator/issues)[1 PRs](https://github.com/Zingle/laravel5-migrator/pulls)MITPHPPHP &gt;=5.3.0

Since Dec 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Zingle/laravel5-migrator)[ Packagist](https://packagist.org/packages/zingle/laravel5-migrator)[ Docs](https://github.com/zingle/laravel5-migrator)[ RSS](/packages/zingle-laravel5-migrator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

Zingle Laravel Migrator
=======================

[](#zingle-laravel-migrator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9bff56cd1d487f1bec24e688afe167d87d1f0d9b160781dabe9cd2b9dc8c68a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a696e676c652f6c61726176656c352d6d69677261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zingle/laravel5-migrator)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This overrides and extends Laravel's own migration service provider, migrate, and rollback commands to provide some additional functionality:

- Adds a 'path' column to the migration tracking table so that the `migrate:rollback` command works properly even when the `--path` option is used when running migrations
- Add improved error display to the `migrate` command, displaying which migrations were succesful and which migration failed in the event of a failed migration

Install
-------

[](#install)

Via Composer

```
$ composer require zingle/laravel5-migrator
```

Run the migration to add the path column to your migrations table:

`php artisan migrate --path=vendor/zingle/laravel5-migrator/src/migrations`

Add the service provider `Zingle\LaravelMigrator\LaravelMigratorServiceProvider` to your `config/app.php` file `providers` array.

Usage
-----

[](#usage)

This overrides and extends the default Laravel migrate and rollback commands, so just use them as normal.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~15 days

Recently: every ~27 days

Total

10

Last Release

3747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5db134256244905f56a0abc71f16b3d50f5a29bfd33c23251509e71672e95c1b?d=identicon)[njovin](/maintainers/njovin)

---

Top Contributors

[![njovin](https://avatars.githubusercontent.com/u/1540436?v=4)](https://github.com/njovin "njovin (3 commits)")[![richRemer](https://avatars.githubusercontent.com/u/1762585?v=4)](https://github.com/richRemer "richRemer (2 commits)")[![irineujunior](https://avatars.githubusercontent.com/u/260451?v=4)](https://github.com/irineujunior "irineujunior (1 commits)")

---

Tags

laravelmigrationslaravel5migratorzinglelaravel5-migratorrollbacks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zingle-laravel5-migrator/health.svg)

```
[![Health](https://phpackages.com/badges/zingle-laravel5-migrator/health.svg)](https://phpackages.com/packages/zingle-laravel5-migrator)
```

###  Alternatives

[spatie/laravel-medialibrary

Associate files with Eloquent models

6.2k45.4M698](/packages/spatie-laravel-medialibrary)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M158](/packages/laravel-cashier)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1614.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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