Libraries tagged by pluggable model
paxha/laravel-sluggable
4027 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
oleaass/laravel-sluggable
86 Downloads
Add unique slugs to Eloquent models in Laravel
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.
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.
michaeljmeadows/sluggable
10 Downloads
A simple trait to generate model slugs.
kduma/eloquent-sluggable
722 Downloads
Eases using and generating slugs Laravel Eloquent models.
ka4ivan/laravel-sluggable
12 Downloads
Generate slugs when saving Eloquent models (multilingualism, multigroups, uniqueness)
jamalhassouni/laravel-sluggable
10 Downloads
Easy creation of slugs for your Eloquent models in Laravel 5. support arabic
infab/eloquent-sluggable
71 Downloads
Easy creation of slugs for your Eloquent models in Laravel
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