Releases: TheDoctor0/laravel-factory-generator
Releases · TheDoctor0/laravel-factory-generator
1.2.4
01 Feb 15:09
Compare
Sorry, something went wrong.
No results found
1.2.3
14 Aug 11:03
Compare
Sorry, something went wrong.
No results found
Fix class factories generation (#15 )
1.2.2
20 Jul 15:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Allow usage with Laravel 9
1.2.0
22 Jan 21:08
Compare
Sorry, something went wrong.
No results found
Add an option for generating factories recursively (#11 )
Thank you @wadakatu !
1.1.0
09 Oct 12:19
Compare
Sorry, something went wrong.
No results found
Add support for Lumen (#9 ).
Show error when cannot connect to the database for a given model.
1.0.6
19 Sep 16:25
Compare
Sorry, something went wrong.
No results found
Add better support for more common fields.
Properly handle unsupported database drivers.
Skip traits in factories generation.
1.0.5
24 May 16:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add return type in Laravel 8.x template.
1.0.3
27 Dec 09:46
Compare
Sorry, something went wrong.
No results found
Allow PHP 8.
Fix possible name collision for custom DBAL enum type.
Code-style changes.