Laravel: Change result of input query to friendly url – SEO
How can I change this URL generated from submitting the form- http://localhost:8000/estates?zone=London&type=villa to this URL: http://localhost:8000/estates/London/villa Need to make the URL more friendly for search engines. I get the zone and villa from input fields in a form in localhost:8000/estates…