Libraries tagged by eloquent slug
ka4ivan/laravel-sluggable
106 Downloads
Generate slugs when saving Eloquent models (multilingualism, multigroups, uniqueness)
rayiumir/laravel-slugable
24 Downloads
Minimal auto slug trait for Laravel Eloquent models.
bouleluciole/laravel-eloquent-traits
394 Downloads
Reusable Eloquent traits for UUID, ULID, Slugs and more
paxha/laravel-sluggable
4076 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
wecansync/laravel-translations
1560 Downloads
Database-driven translation management for Laravel applications with automatic locale support and slug generation
rinvex/laravel-tenants
3506 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
coyote6/laravel-base
121 Downloads
Small Laravel traits and helpers for Eloquent model creation-time conventions (author/client/machine name/slug stamping), select-option helpers, and a couple of database/file utilities.
khalyomede/laravel-eloquent-uuid-slug
366 Downloads
Use auto generated UUID slugs to identify and retrieve your Eloquent models.
imrandevbd/laravel-universal-slug
5 Downloads
Universal, multilingual, and Unicode-safe slug generator for Laravel with Eloquent unique slug support for any language and script (Bengali, Arabic, Hindi, Chinese, Russian, European, etc.).
unrulynatives/laravel-sluggable
20 Downloads
Generate slugs when saving Eloquent models
pharaonic/laravel-sluggable
983 Downloads
Simplest Sluggable for Laravel Eloquent/Model
mvnrsa/laravel-sluggable-trait
48 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save. A slight omprovement on martinbean/laravel-sluggable-trait to use underscore (or any other character) instead of dash in slugs.
laraeast/laravel-sluggable
493 Downloads
Easy creation of slugs for your Eloquent models in Laravel
jourdon/sluggable
34 Downloads
Easy create slug for your Eloquent models in Laravel
thunderwolf/sluggable
228 Downloads
Sluggable for the Laravel Eloquent based on Propel sluggable behavior