Libraries tagged by laravel unique code
cirlmcesc/laravel-hashids
63 Downloads
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.
tiemsky/haskey
1 Downloads
A Laravel package to auto-generate unique keys based on models instead using traditional id.
webdevetc/laraveluniqueidetc
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
13 Downloads
A simple package to use universally unique identifiers (UUID) in Eloquent models.
lukaskorl/uniquely
2007 Downloads
Uniquely identified models for Laravel 4 by using UUID as primary key
lucasmichot/eloquentuuid
17 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
linushstge/number-pool
2 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.
dewan/dewan-multilang-slug
25 Downloads
It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.
angle/keyable
3 Downloads
Add random unique keys to any model in a Laravel application.