zyxus/laravel-sluggable

A simple way to slugs to any model in Laravel.

1.0.8 2022-07-05 08:34 UTC

This package is auto-updated.

Last update: 2025-06-05 15:23:04 UTC


README

Simple way to add sluggable trait to any models.

Adding slugs table.

Methods

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