The uuid
field type stores a UUID key.
// streams/example.json
"fields": {
"id": {
"type": "uuid"
}
}
{
"id": "5fd1da4c-71d8-40e0-b723-da6dcb636d56"
}
Basic value access displays the stored value:
@verbatim// Basic access
{{ $entry->id }}@endverbatim
// streams/example.json
"fields": {
"id": {
"type": "uuid",
"unique": true,
"config": {
"default": true
}
}
}
A blank TALL-stack Laravel project with Streams.
The fundamental features and utilities offered by the Streams platform.
A universal and extensible RESTful API for Streams.
Extensible, user-friendly, and performant control panel, components, and services.
Dev tooling for Laravel Streams.