Class Google Client Not Found In

[Solved] Class Google Client Not Found In | Solidity - Code Explorer | yomemimo.com
Question : Class 'Google_Client' not found in

Answered by : alemhar-salihuddin

check the file composer.json
and add "vendor/google/apiclient/src/Google" in classmap array if not exist.
and run composer dump-autoload
"autoload": { "classmap": [ "vendor/google/apiclient/src/Google" ]
}

Source : https://stackoverflow.com/questions/44701156/class-google-client-not-found | Last Update : Sat, 27 Jun 20

Answers related to class google client not found in

Code Explorer Popular Question For Solidity