sectsect/carbon-uuid

Provides an UUID field for Carbon Fields

v1.0.1 2024-07-02 09:48 UTC

This package is auto-updated.

Last update: 2024-11-02 10:34:19 UTC


README

Forked from iamntz/carbon-uniqid.

Provides an UUID(v4) field for Carbon Fields

Adds a uuid field type to Carbon Fields. Install using Composer:

composer require sectsect/carbon-uuid

Usage example:

Field::make( 'uuid', 'my_uuid' );

License

The code is released under MIT license.