Laravel 8 kebab {#collection-method}
kebab 方法将指定字符串转换为 烤串式( kebab-case ) 表示形式:
use Illuminate\Support\Str;
$converted = Str::of('fooBar')->kebab();
// foo-bar
kebab 方法将指定字符串转换为 烤串式( kebab-case ) 表示形式:
use Illuminate\Support\Str;
$converted = Str::of('fooBar')->kebab();
// foo-bar