Download the PHP package fahriztx/model-uuid without Composer
On this page you can find all versions of the php package fahriztx/model-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fahriztx/model-uuid
More information about fahriztx/model-uuid
Files in fahriztx/model-uuid
Download fahriztx/model-uuid
More information about fahriztx/model-uuid
Files in fahriztx/model-uuid
Vendor fahriztx
Package model-uuid
Short Description A Laravel Package to handle Primary Key using UUID
License MIT
Package model-uuid
Short Description A Laravel Package to handle Primary Key using UUID
License MIT
Please rate this library. Is it a good library?
Informations about the package model-uuid
Model Uuid
A Laravel Package to handle Primary Key using UUID
Requirements
- Laravel 10.x
Easy Installation
Run the following command in your Laravel project:
Make sure your migration file has a column with the type of UUID (using $table->uuid
) as primary key.
Example:
Usage
Add use \Fahriztx\ModelUuid\Uuid;
to your model.
Example Models/YourModel.php
:
All versions of model-uuid with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=10.10
The package fahriztx/model-uuid contains the following files
Loading the files please wait ....