zyxus/laravel-sluggable

A simple way to slugs to any model in Laravel.

Installs: 3 157

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zyxus/laravel-sluggable

1.0.8 2022-07-05 08:34 UTC

This package is auto-updated.

Last update: 2025-12-05 16:15:34 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)