Xethron / migrations-generator

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

Xethron\MigrationsGenerator\MigrateGenerateCommand::handle() does not exist #141

Closed ghost closed 6 years ago

ghost commented 7 years ago

I keep getting this error when I try to use the package on L5.5. But I have a fix for it already

justinharris198 commented 7 years ago

What is the fix?

ghost commented 7 years ago

I changed the fire() method in the Generator class to handle(). I have a PR for it already.

justinharris198 commented 7 years ago

Thank you!

Xethron commented 6 years ago

Thanks to @sirolad, @devLopez and @akalongman for their PR's. This has been merged in #145

spfroc commented 6 years ago

@sirolad It works~

HermesGonzalez commented 6 years ago

Thanks