Download the PHP package yark/yark-uuid-model without Composer
On this page you can find all versions of the php package yark/yark-uuid-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yark/yark-uuid-model
More information about yark/yark-uuid-model
Files in yark/yark-uuid-model
Download yark/yark-uuid-model
More information about yark/yark-uuid-model
Files in yark/yark-uuid-model
Vendor yark
Package yark-uuid-model
Short Description A helper package for UUID enabled models in Laravel
License MIT
Package yark-uuid-model
Short Description A helper package for UUID enabled models in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package yark-uuid-model
Yark UUID
A simple trait to provide UUID support on Eloquent models.
Installation
Usage
To use this in a model, add the HasUuid trait
In the default configuration, a UUID will be persisted when creating a model in the UUID column. To change the column, override the $uuidColumn property.
Route keys will also be set automatically so you can create a route and use UUIDs. If you want to change this then override the $routeKeyName property in your model.
License
Licensed under the MIT license
All versions of yark-uuid-model with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^7.10
The package yark/yark-uuid-model contains the following files
Loading the files please wait ....