С
Size: a a a
С
DT
$slug = $slugger->getSlugForTitle('My very own title');
assert_equals('my-very-own-title', $slug);
RS
RS
DT
RS
RS
С
С
DT
RS
RS
С
RS
С
RS
RS
С
if ($this->slug === null && !empty($this->content)) {
$this->merge(['slug' => Str::slug($this->title)]);
}
RS