Skip to content

Releases: TheDoctor0/laravel-factory-generator

1.2.4

01 Feb 15:09
fe02033

Choose a tag to compare

  • Support Laravel 10.x (#19)

Thanks @laravel-shift 🥇

1.2.3

14 Aug 11:03
07dfb3f

Choose a tag to compare

  • Fix class factories generation (#15)

1.2.2

20 Jul 15:58
f112ff5

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

Choose a tag to compare

  • Allow usage with Laravel 9

1.2.0

22 Jan 21:08
c2fc0b5

Choose a tag to compare

  • Add an option for generating factories recursively (#11)

Thank you @wadakatu!

1.1.0

09 Oct 12:19
d05e87a

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

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

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

Choose a tag to compare

  • Add return type in Laravel 8.x template.

1.0.3

27 Dec 09:46
2cf03a9

Choose a tag to compare

  • Allow PHP 8.
  • Fix possible name collision for custom DBAL enum type.
  • Code-style changes.