Level 88
Jul 25, 2015
1
Level 1
slug(string $title, string $separator = '-') how to make unique friendly url
slug(string $title, string $separator = '-') Generate a URL friendly "slug" from a given string.
i got this but i did not test it yet. but i think this laravel helper wont make unique url ?
how can i make unique url , (1) need to check database if it is exist then (2) make this unique , will i add timestamp to make it unique or any other easy way to do that
please share what do you think
Please or to participate in this conversation.