Libraries tagged by laravel sluggable
spatie/laravel-sluggable
13204528 Downloads
Generate slugs when saving Eloquent models
cviebrock/eloquent-sluggable
14443822 Downloads
Easy creation of slugs for your Eloquent models in Laravel
rinvex/laravel-categories
169034 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
nunomaduro/laravel-sluggable
3723 Downloads
Automatic slug generation for Eloquent models via the #[Sluggable] attribute.
drobee/nova-sluggable
270149 Downloads
Slug field for Laravel Nova
whitecube/laravel-sluggable
31651 Downloads
Generate slugs for your models automatically - even with translated attributes
josezenem/laravel-slugidable
66770 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
bpocallaghan/sluggable
24444 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
esensi/model
67040 Downloads
The base model traits of Esensi
padosoft/laravel-sluggable
15332 Downloads
Generate slugs when saving Eloquent models
martinbean/laravel-sluggable-trait
48879 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
marshmallow/sluggable
19051 Downloads
Generate slugs when saving Eloquent models
esign/laravel-underscore-sluggable
6937 Downloads
Generate slugs when saving UnderscoreTranslatable models
teners/laravel-extras
3912 Downloads
Extend laravel applications with more artisan commands, traits and useful helper classes
rinvex/laravel-tenants
3491 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.