PHPackages                             nikelioum/migration-guru - 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. nikelioum/migration-guru

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

nikelioum/migration-guru
========================

A Laravel 12 package to manage migrations from a web UI

v1.1.3(6mo ago)41312MITPHPPHP ^8.1 || ^8.2 || ^8.3

Since Sep 27Pushed 6mo agoCompare

[ Source](https://github.com/nikelioum/migration-guru)[ Packagist](https://packagist.org/packages/nikelioum/migration-guru)[ RSS](/packages/nikelioum-migration-guru/feed)WikiDiscussions main Synced 1mo ago

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

Migration Guru
==============

[](#migration-guru)

A Laravel 12 package to manage migrations from a simple **web UI**.
It allows you to create,edit, run, rollback, and delete migrations without touching the terminal.

\*\*Also for Laravel 10 &amp; 11 versions.

---

📸 Screenshots
-------------

[](#-screenshots)

### Dashboard

[](#dashboard)

[![Migration Guru Dashboard](docs/doc1.png)](docs/doc1.png)

### Create Migration

[](#create-migration)

[![Create Migration UI](docs/doc2.png)](docs/doc2.png)

### Edit Migration

[](#edit-migration)

[![Create Migration UI](docs/doc3.png)](docs/doc3.png)

### History Migration logs

[](#history-migration-logs)

[![Create Migration UI](docs/doc4.png)](docs/doc4.png)

---

📦 Installation
--------------

[](#-installation)

Require the package via Composer:

```
composer require nikelioum/migration-guru
```

---

Laravel will auto-discover the service provider.

Publish
-------

[](#publish)

Publish config and views:

```
php artisan vendor:publish --tag=migration-guru
```

🚀 Usage

Once installed, visit the following routes in your browser:

Dashboard (list migrations): /migration-guru

Create new migration: /migration-guru/create

Edit migration: Click the Edit button in the dashboard to open an online IDE with syntax highlighting and live PHP validation.

Run a migration: Trigger from the UI (button inside dashboard).

Rollback / Delete: Trigger from the UI (buttons inside dashboard).

✨ Features

Web UI to manage migrations

Create migration scaffolds with fields

Run single or bulk migrations

Rollback or delete migrations

Supports auto-increment, nullable, varchar length, etc.

🔖 Versioning

The package follows Semantic Versioning . For example:

v1.0.0 – first stable release

v1.0.1 – bug fixes

v1.1.0 – new features

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance66

Regular maintenance activity

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~5 days

Total

5

Last Release

204d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7aaeb0a9d91d2660471a5c437ff9b66efd4982ad4ab845715a44bcf1d7f7d88c?d=identicon)[nikelioum](/maintainers/nikelioum)

---

Top Contributors

[![nikelioum](https://avatars.githubusercontent.com/u/11350461?v=4)](https://github.com/nikelioum "nikelioum (20 commits)")[![KostasSot](https://avatars.githubusercontent.com/u/73548476?v=4)](https://github.com/KostasSot "KostasSot (5 commits)")

---

Tags

laraveldatabaseuimigrationsmigration-guru

### Embed Badge

![Health badge](/badges/nikelioum-migration-guru/health.svg)

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

###  Alternatives

[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

37839.1k](/packages/nwidart-db-exporter)[nunomaduro/laravel-optimize-database

Publishes migrations that make your database production ready.

26123.0k](/packages/nunomaduro-laravel-optimize-database)[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)[orptech/laravel-migration-partition

Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.

3426.7k](/packages/orptech-laravel-migration-partition)[elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

364.7k](/packages/elimuswift-db-exporter)

PHPackages © 2026

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