Libraries tagged by laravel unique code
coding-wisely/laravel-slug-auto-generator
319 Downloads
Auto generating unique slugs for your Laravel model
willvincent/laravel-unique
731 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
adamhopkinson/laravel-model-hash
6004 Downloads
A trait which automatically generates a unique hash per model instance
maniruzzaman/laravel-unique-slug
983 Downloads
A simple but beautiful unique slug generator for Laravel eloquent model.
ollico/laravel-uid
8445 Downloads
A handy package to generate unique identifiers for Eloquent models
jetcod/eloquent-keygen
2594 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
bpocallaghan/sluggable
20093 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
illuminatech/model-rules
15 Downloads
Set of the validation rules to check if a model exists or is unique for Laravel
vlados/laravel-unique-urls
957 Downloads
A package for using and generating unique urls for each Eloquent model in Laravel
juggl/unique-hashids
30 Downloads
Easily create unique ids for a Laravel model.
creativecrafts/laravel-secure-random-number-generator
309 Downloads
A handy package to generate a secure unique random number for a model
paxha/laravel-sluggable
4027 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
jenbuzz/laravel-uuid
2107 Downloads
Adds a uuid to a model using ramsey/uuid
joelshepherd/create-with
5217 Downloads
Easily add common unique identity fields to Laravel models.
larapack/attribute-slugging
1766 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.