Open SudoGetBeer opened 4 years ago
Thanks. With the release of Laravel 8 and its change to Class Based Factories, I'm going to use it as a opportunity to step away from maintaining this package. 😅
We'll see if @mpociot want's to pick it back up. But honestly, there are a lot of other tools out there for generating factories (and more code) that could be used instead.
@jasonmccreary mind to share other recommended package?
@shiroamada, this is what Shift uses: laravel-shift/factory-generator
It's not as complete as this package, but will generate class based factories.
Hey @jasonmccreary ,
i made a few changes for the coming Laravel 8 update.
Unfortunately I had not the time to add tests.