Query via get with Laravel

0

How do I pass data via get from a form? When I submit, the url gets meusite.com/pesquisar?termo=algumtermo&categoria=algumacategoria . How do I pass these two parameters termo and categoria to the route and thus send to the controller?

    
asked by anonymous 06.02.2018 / 11:46

0 answers