Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ynacorp/carbon-field-uniqid
- Owner: triolla-io
- Created: 2019-04-03T16:43:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:48:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-05T04:03:46.500Z (7 months ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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')
```