lucasruroken/lara-migrations-generator

从以前的数据库生成迁移

v1.0 2016-10-02 23:54 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:04:33 UTC


README

#Laravel迁移生成器 此包目前只支持MySQL ##适用于Laravel 5.3

###为什么我要使用这个包?如果你有一个以前的数据库,并且你想要将其导入到Laravel中,这个包是完美的选择。这个包将导入所有表及其对应的外键。

如何安装?

运行

composer install lucasruroken/lara-migrations-generator dev-master

你只需要将以下提供者添加到 config/app.php

\LucasRuroken\LaraMigrationsGenerator\LaraMigrationsGeneratorProvider::class,

并在你的控制台中运行

php artisan generate:migrations:mysql