zyxus/laravel-sluggable

A simple way to slugs to any model in Laravel.

Maintainers

Package info

github.com/zyxus/laravel-sluggable

pkg:composer/zyxus/laravel-sluggable

Statistics

Installs: 3 254

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.8 2022-07-05 08:34 UTC

This package is auto-updated.

Last update: 2026-03-05 17:01:41 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)