Bassem Shoukry

Results 2 issues of Bassem Shoukry

Problem 1 - roach-php/laravel 0.1.0 requires roach-php/core ^0.1.0 -> satisfiable by roach-php/core[0.1.0]. - roach-php/laravel[0.2.0, ..., 0.2.1] require roach-php/core ^0.2.0 -> satisfiable by roach-php/core[0.2.0]. - roach-php/laravel[0.3.0, ..., 0.3.1] require roach-php/core ^0.3.0...

$json = file_get_contents('php://input'); $action = json_decode($json, true); \Storage::put('test.txt', $action); $client = new Client(); $client->authenticate('my api key', 'my token', Client::AUTH_URL_CLIENT_ID); $service = new Service($client); // Check if the current request was...