Created
May 11, 2017 13:39
-
-
Save GabrieliRoldao/aa7046c91b6e2711e1b0c04691d13c28 to your computer and use it in GitHub Desktop.
Pegar dados do request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
View: | |
<a href="{{ route('loja.produtos.pesquisar.categorias', ['categoria' => $categoria['nome'], 'subcategoria' => $sub['nome']]) }}">{{$sub['nome']}}</a> | |
Controller | |
public function pesquisaCategorias(Request $request) | |
{ | |
dd($request->url(), $request->all()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment