The class is here (with instructions).
I have it added to
When I add
to my controller's constructor, I get the following error.
What is going on and how do I fix it?
I have it added to
Code:
application/libraries/randomorgWhen I add
Code:
$this->load->library('RandomOrg\Random');to my controller's constructor, I get the following error.
Quote:Message: Class 'RandomOrg\Client' not foundI have tried adding the various files before that (such as Client.php), but that doesn't help.
What is going on and how do I fix it?