Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Releases: JamesHemery/laravel-uuid

Support Laravel 9

26 Feb 21:51
1de2045
Compare
Choose a tag to compare
Merge pull request #8 from nikans/master

Update composer.json

Drop support of Laravel 5 and PHP < 7.4

30 Apr 09:34
8ad983c
Compare
Choose a tag to compare
  • Drop support of Laravel 5 and PHP < 7.4
  • Upgrade to PHPUnit 9

PHP 8 Support

18 Dec 10:20
f798e9e
Compare
Choose a tag to compare

Add PHP 8 support with #6

Support Laravel 8

21 Sep 15:29
5ce3fa1
Compare
Choose a tag to compare

Thanks to @osteel for his PR #4.

Support of Laravel 7

08 Mar 11:32
740db50
Compare
Choose a tag to compare

Thanks to @peterschade for his PR #3.

Support Laravel 6

22 Oct 14:37
Compare
Choose a tag to compare
v1.0.3

Support for Laravel 6.0

Add $isLockedUuid property to disable UUID change security

09 Jul 15:50
27728f6
Compare
Choose a tag to compare
v1.0.2

:sparkles: Add $isLockedUuid property to disable UUID change security

Add UuidPivot

09 Jul 15:03
a8c4536
Compare
Choose a tag to compare

Add new UuidPivot class to correctly handle belongsToMany relationships with UUID.

First version

27 Apr 15:27
Compare
Choose a tag to compare

The HasUuid Trait will add behavior to creating and saving Eloquent events for generate an Uuid.