Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

Support for Laravel 5.5.x #144

Closed devLopez closed 6 years ago

devLopez commented 6 years ago

Fix error Method Xethron\MigrationsGenerator\MigrateGenerateCommand::handle() does not exist

Xethron commented 6 years ago

Hello @devLopez, thanks for the PR.

It seems a similar PR is already open on #142, let's continue the discussion there.