laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

Home Page:http://laraveldoctrine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION]Laravel 8 Factories

k0ka opened this issue · comments

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

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

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

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