定制 bobinrinder/laravel-super-migrate 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱: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
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固