mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
935 stars 87 forks source link

Laravel 8 update and class based factories #57

Open SudoGetBeer opened 4 years ago

SudoGetBeer commented 4 years ago

Hey @jasonmccreary ,

i made a few changes for the coming Laravel 8 update.

Unfortunately I had not the time to add tests.

jasonmccreary commented 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.

shiroamada commented 3 years ago

@jasonmccreary mind to share other recommended package?

jasonmccreary commented 3 years ago

@shiroamada, this is what Shift uses: laravel-shift/factory-generator

It's not as complete as this package, but will generate class based factories.