asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

Usage within Laravel #180

Closed nekromoff closed 6 years ago

nekromoff commented 6 years ago

in the code:

use Google\Spreadsheet\DefaultServiceRequest;
use Google\Spreadsheet\ServiceRequestFactory;

but getting: (1/1) FatalThrowableError Class 'App\Providers\Google\Spreadsheet\DefaultServiceRequest' not found

paulchill commented 6 years ago

put the \ before Google

$spreadsheetService = new \Google\Spreadsheet\SpreadsheetService();