I am uploading a CodeIgniter project for the first time.
At localhost my website runs smoothly, but online it throws an error:
"Unable to load the requested class: Guzzle"
This part of the code causes the problem:
$this->load->library('guzzle');
# guzzle client define
$client = new GuzzleHttp\Client();