laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
830 stars 179 forks source link

[QUESTION]Laravel 8 Factories #470

Closed k0ka closed 5 days ago

k0ka commented 3 years ago

Laravel 8 introduced a new factory system. Will laravel-doctrine support it?

eigan commented 3 years ago

I'm not using the current factory system, so I'm very unlikely to be the one adding support for these.

superbiche commented 2 years ago

We'll be trying to move our project from using seeded data to factories so we will try to work on something similar

EDIT: @k0ka http://laraveldoctrine.org/docs/1.8/orm/testing

k0ka commented 2 years ago

That's an old version of Laravel factories. They have rewritten it in the 8th version.

TomHAnderson commented 5 days ago

Closing; please open a new ticket if this is still a concern.