Libraries tagged by laravel unique code
duyduc-nguyen/laravel-sluggable-trait
35 Downloads
Create unique slugs for your Eloquent models in Laravel. Support Cache
danpalmieri/laravel-slug-token
11 Downloads
Auto generate a unique and configurable token during the model creation.
paxha/laravel-sluggable
4027 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
ka4ivan/laravel-sluggable
12 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
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
37 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.