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(8mo ago)41312MITPHPPHP ^8.1 || ^8.2 || ^8.3

Since Sep 27Pushed 8mo 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 today

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

37

—

LowBetter than 81% of packages

Maintenance59

Moderate activity, may be stable

Popularity15

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

258d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11350461?v=4)[Dimitris Liaropoulos](/maintainers/nikelioum)[@nikelioum](https://github.com/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

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M96](/packages/mongodb-laravel-mongodb)[orptech/laravel-migration-partition

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

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

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

3422.6k](/packages/dragon-code-laravel-data-dumper)[aimeos/laravel-nestedset

Nested Set Model for Laravel

3714.4k6](/packages/aimeos-laravel-nestedset)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

492.8k](/packages/itpathsolutions-dbstan)

PHPackages © 2026

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