Libraries tagged by Unique Slug
coding-wisely/laravel-slug-auto-generator
2726 Downloads
Auto generating unique slugs for your Laravel model
bpocallaghan/sluggable
25280 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
chypriote/unique-names-generator
9931 Downloads
A package to create readable, meaningful, random strings from animal names, colors and adjectives.
hatchyu/string-utils
6755 Downloads
Smart PHP string utilities for slugging, casing, transliteration, and unique hash generation
chamber-orchestra/doctrine-slug-bundle
2131 Downloads
Symfony bundle for generating unique, URL-friendly slugs for Doctrine ORM entities using PHP 8 attributes
mintao/yii-behavior-sluggable
73663 Downloads
Make a unique url out of one or more db fields
joelshepherd/create-with
5766 Downloads
Easily add common unique identity fields to Laravel models.
rajibbinalam/laravel-slug-generator
223 Downloads
a unique slug generator
raffaelj/cockpit-uniqueslugs
124 Downloads
Unique slugs for collection entries in Cockpit CMS v1
maniruzzaman/laravel-unique-slug
1793 Downloads
A simple but beautiful unique slug generator for Laravel eloquent model.
larapack/attribute-slugging
2024 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
ka4ivan/laravel-sluggable
23 Downloads
Generate slugs when saving Eloquent models (multilingualism, multigroups, uniqueness)
fbeen/uniqueslugbundle
3640 Downloads
Add easy and quickly unique slugs to your enities and routes
lagan/property-slug
794 Downloads
Controller for the Lagan slug property. Creates a slug from a string, and checks if it's unique.
dewan/dewan-multilang-slug
342 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.