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: 2024-04-05 12:50:28 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)