承接 rafahsborges/migrations-generator 相关项目开发

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

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

rafahsborges/migrations-generator

最新稳定版本:3.0.0

Composer 安装命令:

composer require rafahsborges/migrations-generator

包简介

Generates Laravel Migrations from an existing database

README 文档

README

Generate Laravel Migrations from an existing database, including indexes and foreign keys!

Contact

https://t.me/rafahsborges

Laravel 10 installation

The recommended way to install this is through composer:

composer require rafahsborges/migrations-generator --dev

In Laravel 10 the service providers will automatically get registered.

Usage

To generate migrations from a database, you need to have your database setup in Laravel's Config.

Run php artisan migrate:generate to create migrations for all the tables, or you can specify the tables you wish to generate using php artisan migrate:generate table1,table2,table3,table4,table5. You can also ignore tables with --ignore="table3,table4,table5"

Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.

You can also specify the connection name if you are not using your default connection with --connection="connection_name"

Run php artisan help migrate:generate for a list of options.

Check out Chung Tran's blog post for a quick step by step introduction: Generate Migrations from an existing database in Laravel 4

Changelog

Changelog for Laravel Migrations Generator

Ago 2023: v3.0.0

  • Minimum supported versions: PHP 8.0 and Laravel 10

Thank You

Thanks to Jeffrey Way and OscarDev for their unique packages. This package depends significantly on their work.

Contributors

Rafah S Borges (@rafahsborges)

rafahsborges@outlook.com

License

The Laravel Migrations Generator is open-sourced software licensed under the MIT license

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 76
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-09