Libraries tagged by laravel unique code
webdevetc/laraveluniqueidetc
1 Favers
9 Downloads
9 Downloads
Easily add a unique Id field to your Laravel eloquent models. Every time you create a new eloquent model in Laravel that uses this trait, it will automatically set a unique id column
edersoares/eloquent-uuid
0 Favers
13 Downloads
13 Downloads
A simple package to use universally unique identifiers (UUID) in Eloquent models.
lukaskorl/uniquely
1 Favers
2008 Downloads
2008 Downloads
Uniquely identified models for Laravel 4 by using UUID as primary key
lucasmichot/eloquentuuid
2 Favers
18 Downloads
18 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
linushstge/number-pool
1 Favers
3 Downloads
3 Downloads
Create a shared Number Pool for each of business number ranges to use native MySQL / MariaDB ``FOR UPDATE`` atomic locks if you run on a MySQL Master/Master Replication or on galera cluster.
angle/keyable
1 Favers
3 Downloads
3 Downloads
Add random unique keys to any model in a Laravel application.