Libraries tagged by laravel unique code
thejawker/super-random
27 Downloads
Allows for easy unique code generation, is database aware for Laravel Applications.
ashok/greetr
4 Downloads
unique-code - A simple Laravel package
coding-wisely/laravel-slug-auto-generator
380 Downloads
Auto generating unique slugs for your Laravel model
willvincent/laravel-unique
2376 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
adamhopkinson/laravel-model-hash
10559 Downloads
A trait which automatically generates a unique hash per model instance
eg-mohamed/referenceable
107 Downloads
Advanced Laravel package for generating customizable model reference numbers with flexible formats, sequential numbering, and comprehensive configuration options
jetcod/eloquent-keygen
5511 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
maniruzzaman/laravel-unique-slug
1228 Downloads
A simple but beautiful unique slug generator for Laravel eloquent model.
ollico/laravel-uid
9768 Downloads
A handy package to generate unique identifiers for Eloquent models
joelshepherd/create-with
5277 Downloads
Easily add common unique identity fields to Laravel models.
bpocallaghan/sluggable
20295 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
larapack/attribute-slugging
1860 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
dewan/dewan-multilang-slug
295 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.
illuminatech/model-rules
16 Downloads
Set of the validation rules to check if a model exists or is unique for Laravel
vlados/laravel-unique-urls
1046 Downloads
A package for using and generating unique urls for each Eloquent model in Laravel