laravel-test-factory-helper icon indicating copy to clipboard operation
laravel-test-factory-helper copied to clipboard

Class based factories

Open TheDoctor0 opened this issue 4 years ago • 1 comments

Laravel 8 is coming next week and it introduces class based factories. Are there any plans to support it?

TheDoctor0 avatar Sep 03 '20 17:09 TheDoctor0

@jasonmccreary said in #57 that he is stepping away from maintenance of this package.

Forked version is available here: TheDoctor0/laravel-factory-generator. Changes:

  • Major code refactoring
  • Fixed bugs (https://github.com/mpociot/laravel-test-factory-helper/issues/49, https://github.com/mpociot/laravel-test-factory-helper/pull/54)
  • Added better support for enums (https://github.com/mpociot/laravel-test-factory-helper/issues/50, https://github.com/mpociot/laravel-test-factory-helper/pull/53)
  • Added support multi-database relationships (https://github.com/mpociot/laravel-test-factory-helper/pull/52)
  • Added support for Laravel 8 and class based factories

TheDoctor0 avatar Sep 08 '20 17:09 TheDoctor0