Class 'Google\Auth\OAuth2' not found

孤者浪人 提交于 2019-12-11 20:23:01

问题


I was trying to add google plus login to my web but I encountered this error which seems really weird because I have the file already added. I already enable vendor/autoload (Im using codeigniter)

Anyone had this kind of error before? How did you fix this?

A PHP Error was encountered

Severity: Error

Message: Class 'Google\Auth\OAuth2' not found

Filename: Google/Client.php

Line Number: 929

Backtrace:

回答1:


I assume you are using this package. Did you install it via composer? It has several dependencies and it looks like based on the error, that you may be missing some of them.



来源:https://stackoverflow.com/questions/33717954/class-google-auth-oauth2-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!