Migration Generator

Laravel Migrations Generator

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

This package is cloned from https://github.com/Xethron/migrations-generator and updated to support Laravel 5.6 and above, with a lot of feature improvements.

Supported Database

Currently, Generator support generate migrations from:

Version Compatibility

Install

The recommended way to install this is through composer:

composer require --dev "kitloong/laravel-migrations-generator"

Learn More

Last updated