Libraries tagged by pluggable model
mr-timofey/eloquent-sluggable
2499 Downloads
Sluggable Eloquent model class
xisodev/eloquent-sluggable
21 Downloads
Easy creation of slugs for your Eloquent models in Laravel
tustin/laravel-sluggable
3 Downloads
Generate slugs when saving Eloquent models
sibche/eloquent-sluggable
451 Downloads
Easy creation of slugs for your Eloquent models in Laravel 5.
sgsm74/eloquent-sluggable-plus
0 Downloads
Easy creation of slugs for your Eloquent models in Laravel
sajawd-yq/eloquent-sluggable-persian
3 Downloads
Easy creation of slugs for your Eloquent models in Laravel
rolies106/eloquent-sluggable
101 Downloads
Easy creation of slugs for your Eloquent models in Laravel
quocphongdn/eloquent-sluggable
2 Downloads
Easy creation of slugs for your Eloquent models in Laravel
paxha/laravel-sluggable
4010 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
oleaass/laravel-sluggable
84 Downloads
Add unique slugs to Eloquent models in Laravel
oguzcandemircan/laravel-unique-sluggable
53 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
7 Downloads
Generate slugs when saving Eloquent models
mvnrsa/laravel-sluggable-trait
12 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
8 Downloads
A simple trait to generate model slugs.
kduma/eloquent-sluggable
690 Downloads
Eases using and generating slugs Laravel Eloquent models.