Libraries tagged by laravel unique code
chistel/laravel-uniqueid
426 Downloads
Generate uniqueid when saving Eloquent models to be used as auth key and route key
ferdinandbr/laravel-model-unique-field
3 Downloads
create a record with a unique field without worrying
vitorleonel/laravel-unique-slug
142 Downloads
Package for generate a unique slug in your application on an eloquent model with have slug column.
sjousse/laravel-unique-reference
127 Downloads
Create unique reference for Eloquent models in Laravel.
siddiqur/laravel-unique-slug
1 Downloads
A simple but beautiful unique slug generator for Laravel eloquent model.
oguzcandemircan/laravel-unique-sluggable
54 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.
fahadchy24/laravel-unique-slug
4 Downloads
A simple and beautiful unique slug generator for Laravel eloquent model.
billal4b/laravel-unique-slug
10 Downloads
Unique slug generator for laravel eloquent model
ifullgaz/laravel-global-unique-id
30 Downloads
Assign globaly unique ids to models
oleaass/laravel-sluggable
86 Downloads
Add unique slugs to Eloquent models in Laravel
irfanchowdhury/unique-slug-generate
11 Downloads
A simple unique slug generator for Laravel Eloquent Model
tarekhasan/laravel-auto-slug
0 Downloads
Automatically generate and manage unique slugs for Eloquent models
cndrsdrmn/eloquent-unique-attributes
320 Downloads
A Laravel package to enforce automatic generation of unique attribute values for Eloquent models.
benbraide/laravel-model-traits
0 Downloads
Use traits to add functionality to your models - e.g. slugs, unique slugs, unique IDs
mariuszmalek/unique-number-generator
5 Downloads
Easy creation of unique number for your Eloquent models in Laravel