Posts by Gabriel Oliveira • 46 points
2 posts
-
2
votes1
answer54
viewsA: Data listing with Laravel
you have to use the id you have passed $item->id_projetos as a parameter for your list public function listFunc($id_projetos){ $listFunc = Funcionalidade::where('id_projeto',…
-
1
votes0
answers54
viewsQ: Search in google maps api returns different values with Curl or guzzle
I do the search in the google maps api with Curl or guzzle using php and returns me a different value than using the Postman or browser ex: $client = new Client(); $res = $client->request('GET',…