Actually support Laravel 10 (I forgot to push before drafting the previous release 🤦)
Support Laravel 10
Added Laravel 7 support
Added Laravel 6 support.
Added Laravel 5.8 support.
Added Laravel 5.7 support
Added Laravel 5.6 support
Added Laravel 5.5 support
Avoided inserting virtual columns
Added Laravel Multilingual support
Prevented "Too many connections" errors when running many tests by closing the Doctrine connections
Prevented error with BelongsTo and BelongsToMany relations to the same model
Prevented previously added models from being recreated.
seed sets nullable columns to either null or the guessed formatterTIME 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.array_insert helperUnquoted reserved column names which Doctrine quotes automatically
Replaced is_callable() by instanceof \Closure when filling the model so values that happen to be function names aren't interpreated as callables.
Added raw method
Removed global scopes when fetching the last inserted IDs with seed() so they're all fetched.
Added Laravel 5.4 support
Fix decimal columns causing exceptions when randomFloat returns the maximum possible value.
Initial release
How can I help you explore Laravel packages today?