Easily add uuid to your DataObjects
Simply add the extension to your DataObject
MyDataObject:
extensions:
- LeKoala\Uuid\UuidExtension
Call UuidExtension::getByUuid(MyDataObject::class, $uuid) to retrieve the record by Uuid.
In your templates, use UuidSegment to ensure Uuid value is generated on the record.
UuidSegment are base62 encoded in order to be shorter and more readable.
Since Uuid's are stored in binary format for performance reason, you need to call $myObject->dbObject('Uuid').Nice()
to get a readable value.
If you happen to upgrade from previous versions you might want to check this guide
Laravel: The mysterious âOrdered UUIDâ: offer a good overview of the situation although it's a bit laravel specific
Tested with 4.4 and up
LeKoala - [email protected]
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem