Libraries tagged by pluggable model
cortex/tags
3066 Downloads
Cortex Tags is a frontend layer for the polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
cortex/oauth
989 Downloads
Cortex OAuth is a frontend layer for the polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
cortex/categories
3075 Downloads
Cortex Categories is a frontend layer for the 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.
malyusha/path-history
1593 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.
mr-timofey/eloquent-sluggable
2500 Downloads
Sluggable Eloquent model class
xisodev/eloquent-sluggable
21 Downloads
Easy creation of slugs for your Eloquent models in Laravel
tustin/laravel-sluggable
4 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
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
85 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
9 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.