Releases: TheDoctor0/laravel-factory-generator
Releases · TheDoctor0/laravel-factory-generator
1.2.3
1.2.2
1.2.1
- Allow usage with Laravel 9
1.2.0
1.1.0
1.0.6
- Add better support for more common fields.
- Properly handle unsupported database drivers.
- Skip traits in factories generation.
1.0.5
- Add custom namespace support.
- Use table prefix based on the model database connection in custom enum type.
Thank you @sankarsuda!
1.0.4
- Add return type in Laravel 8.x template.
1.0.3
- Allow PHP 8.
- Fix possible name collision for custom DBAL enum type.
- Code-style changes.