Home › Forums › oClassifieds – PHP and Laravel Geo Classified ads cms › PLEASE RESPONSE › Reply To: PLEASE RESPONSE
Dear Najeem
Please put function at app/helpers.php
function make_slug($string) { return preg_replace('/\s+/u', '-', trim($string)); }
Instead of str_slug, use above function make_slug()
str_slug
make_slug()
Hopefully it will help you
Best regards