migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

Add Laravel 6 Support

Open djoudi opened this issue 6 years ago • 5 comments

djoudi avatar Sep 13 '19 20:09 djoudi

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.

EvilFreelancer avatar Sep 15 '19 13:09 EvilFreelancer

this repo is abandoned?

yupmin avatar Oct 11 '19 02:10 yupmin

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.

Xethron avatar Oct 11 '19 11:10 Xethron

Ping from 2020! Would love to see this feature!

devkinetic avatar Jan 14 '20 20:01 devkinetic

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

infostreams avatar Aug 26 '20 09:08 infostreams