Download the PHP package tripteki/laravelphp-unique without Composer
On this page you can find all versions of the php package tripteki/laravelphp-unique. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tripteki/laravelphp-unique
More information about tripteki/laravelphp-unique
Files in tripteki/laravelphp-unique
Download tripteki/laravelphp-unique
More information about tripteki/laravelphp-unique
Files in tripteki/laravelphp-unique
Vendor tripteki
Package laravelphp-unique
Short Description Trip Teknologi's Laravel.php Unique Identifier
License MIT
Homepage https://github.com/tripteki/laravelphp-unique
Package laravelphp-unique
Short Description Trip Teknologi's Laravel.php Unique Identifier
License MIT
Homepage https://github.com/tripteki/laravelphp-unique
Please rate this library. Is it a good library?
Informations about the package laravelphp-unique
Unique Identifier
This package provides unique identifier for Lumen and Laravel.
Getting Started
Installation :
How to use it :
-
Put
Tripteki\Uid\Traits\UniqueIdTrait
into target model. -
Put
TargetModel::observe(\Tripteki\Uid\Observers\UniqueIdObserver::class)
intoboot
provider. - Put
$table->uuid("identifier")
and$table->primary("identifier")
into migration.
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)
All versions of laravelphp-unique with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
The package tripteki/laravelphp-unique contains the following files
Loading the files please wait ....