A simple way to slugs to any model in Laravel.
zyxus/laravel-sluggable is a Laravel package for a simple way to slugs to any model in laravel..
It currently has 0 GitHub stars and 3.427 downloads on Packagist (latest version 1.0.8).
Install it with composer require zyxus/laravel-sluggable.
Discover more Laravel packages by zyxus
or browse all Laravel packages to compare alternatives.
Last updated
Simple way to add sluggable trait to any models.
Adding slugs table.
setSlug()
getSlug(Model $model, int $model_id)
getBySlug(string $slug)