revolution/laravel-google-sheets
use Revolution\Google\Sheets\Facades\Sheets;
$spreadsheets = Sheets::setAccessToken($token)
->spreadsheetList();
test
Sheets::shouldReceive('setAccessToken->spreadsheetList')->once()->andReturn([]);
$spreadsheets = $request->user()
->sheets()
->spreadsheetList();
test
Sheets::shouldReceive('setAccessToken->spreadsheetList')->once()->andReturn([]);
How can I help you explore Laravel packages today?