zyxus/laravel-sluggable

A simple way to slugs to any model in Laravel.


License
MIT

Documentation

Laravel Sluggable

Simple way to add sluggable trait to any models.

Adding slugs table.

Methods

setSlug()
getSlug(Model $model, int $model_id)
getBySlug(string $slug)