Skip to content

Releases: TheDoctor0/laravel-factory-generator

1.2.3

14 Aug 11:03
07dfb3f
Compare
Choose a tag to compare
  • Fix class factories generation (#15)

1.2.2

20 Jul 15:58
f112ff5
Compare
Choose a tag to compare
  • Add @extends property for Larastan users (#13)
  • Mark factory class final (#14)

@spawnia once again thank you for your contributions 😄

1.2.1

09 Feb 15:34
c5e377b
Compare
Choose a tag to compare
  • Allow usage with Laravel 9

1.2.0

22 Jan 21:08
c2fc0b5
Compare
Choose a tag to compare
  • Add an option for generating factories recursively (#11)

Thank you @wadakatu!

1.1.0

09 Oct 12:19
d05e87a
Compare
Choose a tag to compare
  • Add support for Lumen (#9).
  • Show error when cannot connect to the database for a given model.

1.0.6

19 Sep 16:25
ec55923
Compare
Choose a tag to compare
  • Add better support for more common fields.
  • Properly handle unsupported database drivers.
  • Skip traits in factories generation.

1.0.5

24 May 16:45
a774fbe
Compare
Choose a tag to compare
  • Add custom namespace support.
  • Use table prefix based on the model database connection in custom enum type.

Thank you @sankarsuda!

1.0.4

27 Dec 10:00
37e2fc9
Compare
Choose a tag to compare
  • Add return type in Laravel 8.x template.

1.0.3

27 Dec 09:46
2cf03a9
Compare
Choose a tag to compare
  • Allow PHP 8.
  • Fix possible name collision for custom DBAL enum type.
  • Code-style changes.

1.0.2

27 Dec 09:10
d72b765
Compare
Choose a tag to compare
  • Add missing faker prefix for enums and unmatched fields - #3.
  • Allow DBAL 3.x.