Posts by Cristiano Gehring • 134 points
2 posts
-
1
votes1
answer5263
viewsA: How to create search filters in Laravel?
Your route can be "any" so you will receive both "get" and "post requests". Route::any('pesquisar','ProdutosController@pesquisar');
-
0
votes1
answer845
viewsA: SIGEP WSDL problem
The index of the array $arguments cannot be "Converttemp", it needs to be "searchClient". $arguments= array('buscaCliente' => array( 'idContrato' => "0000000000", 'idCartaoPostagem' =>…