-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing class #17
Comments
Did You install it correctly? (vendor folder existence) Did You load the Composer autoloader?
|
I cloned the git and ran composer. What about vendor folder existence? |
Does it exist...? |
It was the autoloader. I added require "vendor/autoload.php"; to the php code. |
Where can I find the class |
I get this error when trying to run this.
PHP Fatal error: Uncaught Error: Class 'Discord\OAuth\Discord' not found in /var/www/html/index.php:5
Stack trace:
#0 {main}
thrown in /var/www/html/index.php on line 5
The text was updated successfully, but these errors were encountered: