elloringene/slugify

该包最新版本(0.1.2)没有可用的许可信息。

用于为模型创建唯一标识符的缩略词库。

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

使用说明

使用 Elloringene\Slugify\Slugify;

$slugify = new Slugify();

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