I am trying to scrape data from http://ift.tt/2riWRk3 and insert it into my page.
This is my first time doing it and I got completely stuck:
Route::
Route::get('hello', 'GuzzleController@guzzle');
Controller::
function guzzle(){
$client = new Client();
$results = $client->get('http://ift.tt/2riWRk3');
return $response->getBody();
}
What am I missing here?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2rQh7dE
via IFTTT
Aucun commentaire:
Enregistrer un commentaire