承接 nikelioum/migration-guru 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nikelioum/migration-guru

最新稳定版本:v1.1.3

Composer 安装命令:

composer require nikelioum/migration-guru

包简介

A Laravel 12 package to manage migrations from a web UI

README 文档

README

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 & 11 versions.

📸 Screenshots

Dashboard

Migration Guru Dashboard

Create Migration

Create Migration UI

Edit Migration

Create Migration UI

History Migration logs

Create Migration UI

📦 Installation

Require the package via Composer:

composer require nikelioum/migration-guru

Laravel will auto-discover the service provider.

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

统计信息

  • 总下载量: 111
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-27