Redirect a route with parameters in url to another route with these parameters (Laravel) – SEO
I have a url and I want make a redirection and I want to keep the url parameters. I'm using the ->with method but it doesn't work. Example: http://mywebsite.local/product-name-random?select_article=710 I want redirect this url to: http://mywebsite.local/father-category-of-this-product?select_article=710 I'm using this code…