bobinrinder/laravel-super-migrate 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

bobinrinder/laravel-super-migrate

最新稳定版本:v1.0.0-beta.6

Composer 安装命令:

composer require bobinrinder/laravel-super-migrate

包简介

This is my package laravel-super-migrate

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package extends Laravel's default migration functionality.

It hooks seamlessly into the existing migration process, but tracks more details than the built-in process.

Feature Super Migrate Native Laravel
Logs migrations
Logs start, end and failure times
Logs rollbacks
Logs exceptions with stack trace
CLI to see history and failures
Optional parallel run prevention

Installation

You can install the package via composer:

composer require bobinrinder/laravel-super-migrate

And then run the migration with:

php artisan migrate

Publish

Optionally you can publish the config file with and/or the migration with:

php artisan vendor:publish --tag="super-migrate-config"
php artisan vendor:publish --tag="super-migrate-migrations"

Usage

Use Laravel's migration system like you usually do.

php artisan migrate

To show a history of migrations run:

php artisan super-migrate:list

To show details of the last failure:

php artisan super-migrate:failure

To show details of a specific failure add the ID seen in the list command:

php artisan super-migrate:failure 5

Testing

composer test

Roadmap

  • Log events and errors to Slack etc via Monolog
  • Web/Nova UI to look at history

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

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