Xethron / migrations-generator

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

Compatibility to Laravel 5.5 #146

Closed bandeh closed 6 years ago

bandeh commented 6 years ago

Hi

I just wonder if migrations generator has any known compatibility issues with Laravel 5.5?

Best

AbdurRehman26 commented 6 years ago

It has. when i run php arisan migrate:generate it says it doesnt have this command in the lists.. php artisan also doesnt have this command idk why

denniskrol commented 6 years ago

The fire() function in MigrateGenerateCommand needs to be renamed to handle(), then it works for me on 5.5

Xethron commented 6 years ago

This has been fixed in version 2.0.2, let me know if you still have any issues using this version

denniskrol commented 6 years ago

Edit: ignore me, I am a retard. I did php artisan generate:migration instead of php artisan migrate:generate