Libraries tagged by laravel sluggable
pawelmysior/laravel-sluggable
353 Downloads
A small trait, a wrapper of cviebrock/eloquent-sluggable
oleaass/laravel-sluggable
86 Downloads
Add unique slugs to Eloquent models in Laravel
oddvalue/laravel-sluggable
10 Downloads
Generate slugs when saving Eloquent models
mvnrsa/laravel-sluggable-trait
13 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.
jamalhassouni/laravel-sluggable
10 Downloads
Easy creation of slugs for your Eloquent models in Laravel 5. support arabic
ifranksmith/laravel-sluggable
310 Downloads
Laravel slug maker trait
hyperlink/laravel-sluggable
0 Downloads
Create permanent seo friendly slugs for every model
gurzhii/laravel-sluggable-trait
270 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
exa2040/laravel-sluggable
7 Downloads
A slug for model for your laravel project.
edofre/laravel-sluggable
215 Downloads
Generate slugs when saving Eloquent models
duyduc-nguyen/laravel-sluggable-trait
35 Downloads
Create unique slugs for your Eloquent models in Laravel. Support Cache
codetech/laravel-sluggable
10 Downloads
A Laravel package that allows you to assign settings to your models.
caturseptian/laravel-sluggable
7 Downloads
Generate slugs when saving Eloquent models
arniro/laravel-sluggable
956 Downloads
A package to generate a slug for Laravel models. Translatable columns are also supported.
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.