Carbon Field UUID
Allow to add a uuid field to Carbon Fields. This field auto generate a UUID when the field is created. This uuid is stored and never updated. It's allow to get a unique identifier for each rows in complex fields
by htmlburger · github.com/agence-ho5/carbon-field-uuid · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/agence-ho5/carbon-field-uuid/archive/refs/heads/master.zipCarbon Field: Number
Adds a UUID field type to Carbon Fields. Install using composer:
composer require agence-ho5/carbon-field-uuid
Usage :
Field::Make( 'uuid', 'my_uuid_field_name', '' ),