Laravel : create hierarchical route for category – SEO
I'm implementing category structure , some products would have one level category but other may have two or more level : /posts/cat2/post-sulg /posts/cat-1/sub-1/post-slug /posts/cat-3/sub../../../post-slug as i dont know how depth it would be and using category slugs is only for…