elloringene/slugify

There is no license information available for the latest version (0.1.2) of this package.

Library for creating slugs for models as unique identifiers.

0.1.2 2024-03-12 12:41 UTC

This package is not auto-updated.

Last update: 2024-09-25 13:51:26 UTC


README

USE

use Elloringene\Slugify\Slugify;

$slugify = new Slugify();

$slug = $slugify->make($model (App\Models\Product), $string );