Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ynacorp/carbon-field-uniqid

A Carbon Fields extension that adds a Unique ID field.
https://github.com/ynacorp/carbon-field-uniqid

Last synced: 3 months ago
JSON representation

A Carbon Fields extension that adds a Unique ID field.

Awesome Lists containing this project

README

        

# Carbon Field: Unique ID

Adds a `uniqid` field type to Carbon Fields.

We made because `iamntz/carbon-uniqid` doesn't work with Carbon Fields 3.

Install using composer:

```cli
composer require ynacorp/carbon-field-uniqid
```

Usage:

```php
Field::make('uniqid', 'my_field_name')
```