Xethron / migrations-generator

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

Add Laravel 6 Support #192

Open djoudi opened 4 years ago

EvilFreelancer commented 4 years ago

Laravel 6 and phpunit 8 is supported only PHP from 7.2 and above, that's why Travis show errors. The only one way to solve all conflicts it's a break support of legacy in this project.

yupmin commented 4 years ago

this repo is abandoned?

Xethron commented 4 years ago

Hello,

The problem is not with Laravel's version constraint, but with the packages this depends on. This package needs a bit of an upgrade to work with Laravel 6.

I'm not sure how easy the fix will be.

devkinetic commented 4 years ago

Ping from 2020! Would love to see this feature!

infostreams commented 3 years ago

Have a look at this fork, it at least seems to be maintained https://github.com/oscarafdev/migrations-generator