CodeIgniter Forums
CodeIgniter-HybridAuth - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: CodeIgniter-HybridAuth (/showthread.php?tid=76466)



CodeIgniter-HybridAuth - pippuccio76 - 05-14-2020

HI , im trying to install CodeIgniter-HybridAuth .

I go to the folder and launch :

Code:
composer require hybridauth/hybridauth

then i set :

$config['composer_autoload'] = TRUE;

copy the 3 files and the view folder but when i do :

http://localhost/autentication/index.php/hauth

i get : Could not load the Hybrid_Auth class.

How can i solve ?