Releases: guidocella/eloquent-populator
Releases · guidocella/eloquent-populator
2.1.4
Added Laravel 5.7 support
2.1.3
Added Laravel 5.6 support
2.1.2
Added Laravel 5.5 support
2.1.1
Avoided inserting virtual columns
2.1
Added Laravel Multilingual support
2.0.3
Prevented "Too many connections" errors when running many tests by closing the Doctrine connections
2.0.2
Prevented error with BelongsTo and BelongsToMany relations to the same model
2.0.1
Prevented previously added models from being recreated.
2.0
seed
sets nullable columns to either null or the guessed formatter- Owning models that haven't been added explicitly and whose foreign keys haven't been passed as custom or factory attributes are always automatically added with a quantity of 1
TIME
columns are populated with random time strings so you can see if the database contains them in tests without having to format them. You can still cast them to Carbon istances by adding them to their models'$dates
field.- Removed the
array_insert
helper
1.2.2
Unquoted reserved column names which Doctrine quotes automatically