Skip to content
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

Class Not Found #20

Open
MoonWatcher582 opened this issue Aug 5, 2016 · 1 comment
Open

Class Not Found #20

MoonWatcher582 opened this issue Aug 5, 2016 · 1 comment

Comments

@MoonWatcher582
Copy link

Hey,

I'm trying to use this in a small project of mine, but I'm getting
PHP Fatal error: Class 'Frlnc\\Slack\\Http\\CurlInteractor' not found in /path/to/file/calling/new/cur/interactor

I think I may have installed improperly, so for reference, my composer.json is as follows:

{
  "name" : "teltech/q2a-slackbot",
  "keywords" : ["slack", "Q2A"],
  "license" : "MIT",
  "require" : {
    "php" : ">=5.4.0",
    "frlnc/php-slack" : ">=1.0.0"
  }
}

Any advice for fixing this?

@C0rn3j
Copy link

C0rn3j commented Jan 29, 2017

Not sure if this is going to help or you even need it anymore, but I had a similar issue in a similar project which turned out to be a fault on my part for not knowing how to use composer ^^

https://www.codementor.io/php/tutorial/composer-install-php-dependency-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants