How to send get parameters as pretty URL on search form in Laravel?
问题 I have search form to list properties/ads through certain criteria (city, price, quadrature, property type). I am trying to get pretty url like this for example project/search/city/London/price/1_10000/quadrature/1_150/propertyType/flat instead of this like it is now project/filter?_token=mCwLL58vOxGHtxEBmntPPcks7nV9n3DHXCNKt7hE&city=London&min_price=1&max_price=10000&min_quadrature=1&max_quadrature=150&propertyType=flat&submit= It is my first time to do something like this, and I am