Comments on: Laravel 7/6 Create/Generate Unique Slug Example https://www.tutsmake.com/laravel-6-create-or-generate-unique-slug-example/ Tutorials Maker Thu, 23 Jan 2020 07:59:14 +0000 hourly 1 By: Mico https://www.tutsmake.com/laravel-6-create-or-generate-unique-slug-example/#comment-256 Thu, 23 Jan 2020 07:59:14 +0000 http://www.tutsmake.com/?p=5870#comment-256 Thanks for the article. I have one question though. How do you provide uniqueness of the generated slug in the database? If I have two posts with the same title, like ‘My New Cool Post’, there should be a mechanism to generate two unique slugs, such as ‘my-new-cool-post’ and ‘my-new-cool-post-1’.

]]>