When I try to install HWIOAuthBundle I get the following error:
Fatal error: Class 'hwi\oauthbundle\HWI\Bundle\OAuthBundle' not found in C:\xampp\htdocs\prjectName\app\AppKernel.php on line 24
I have reference to documentation, after running the composer , i do get hwi package downloded with path as C:\xampp\htdocs\prjectName\vendor\hwi\oauth-bundle\HWI\Bundle\OAuthBundle but when i include it in the AppKernel.php file as
24th line of AppKernel.php is:
new hwi\oauth-bundle\HWI\Bundle\OAuthBundle(),