Libraries tagged by laravel unique code
mariuszmalek/unique-number-generator
6 Downloads
Easy creation of unique number for your Eloquent models in Laravel
duyduc-nguyen/laravel-sluggable-trait
35 Downloads
Create unique slugs for your Eloquent models in Laravel. Support Cache
creativecrafts/laravel-secure-random-number-generator
312 Downloads
A handy package to generate a secure unique random number for a model
danpalmieri/laravel-slug-token
11 Downloads
Auto generate a unique and configurable token during the model creation.
paxha/laravel-sluggable
4034 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
ka4ivan/laravel-sluggable
14 Downloads
Generate slugs when saving Eloquent models (multilingualism, multigroups, uniqueness)
cirlmcesc/laravel-hashids
66 Downloads
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.
tiemsky/haskey
2 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
2008 Downloads
Uniquely identified models for Laravel 4 by using UUID as primary key
lucasmichot/eloquentuuid
18 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
linushstge/number-pool
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
3 Downloads
Add random unique keys to any model in a Laravel application.