From: Antonio Cortés (DrZippie) Date: Thu, 25 Jun 2020 16:08:13 +0000 (+0200) Subject: Added Illuminate\Support\Str::slug to generate slug from text to improve the creation... X-Git-Tag: v0.30.0~1^2~40^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/ca202c1819f09ebe2569342e3e6582a3e96b7c0c Added Illuminate\Support\Str::slug to generate slug from text to improve the creation of slugs with non-English characters --- diff --git a/app/Entities/SlugGenerator.php b/app/Entities/SlugGenerator.php index 459a5264a..e8bc556ab 100644 --- a/app/Entities/SlugGenerator.php +++ b/app/Entities/SlugGenerator.php @@ -1,5 +1,7 @@