This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Releases: JamesHemery/laravel-uuid
Releases · JamesHemery/laravel-uuid
Support Laravel 9
Merge pull request #8 from nikans/master Update composer.json
Drop support of Laravel 5 and PHP < 7.4
- Drop support of Laravel 5 and PHP < 7.4
- Upgrade to PHPUnit 9
PHP 8 Support
Add PHP 8 support with #6
Support Laravel 8
Support of Laravel 7
Thanks to @peterschade for his PR #3.
Support Laravel 6
v1.0.3 Support for Laravel 6.0
Add $isLockedUuid property to disable UUID change security
v1.0.2 :sparkles: Add $isLockedUuid property to disable UUID change security
Add UuidPivot
Add new UuidPivot class to correctly handle belongsToMany relationships with UUID.
First version
The HasUuid Trait will add behavior to creating and saving Eloquent events for generate an Uuid.