idk-tn / yii2-google-apiclient

A Yii2 wrapper for the official Google API PHP Client
MIT License
7 stars 3 forks source link

Google_Service_Gmail not found #5

Closed ayushpitroda closed 5 years ago

ayushpitroda commented 5 years ago

Class 'app\controllers\Google_Service_Gmail' not found

It gives error while running after all configuration and setup api. can you please let me know if there another lib to install for google

machour commented 5 years ago

Add use Google_Service_Gmail; to your imports, it should be working fine.