Laravel URL from comain.com/category/slug to domain.com/category – SEO
I searched for answer and didn't find any that will works for me. I have table 'articles' where I store articles with 'slug' column. In my route files I have route: Route::get('article/{slug}', 'ArticleController@viewArticle'); that works fine when I type for…