I’m using Composer for the first time in a PHP project because I wanted to give PhpAuth a try. I’ve used the handy PhpStorm Composer tool to add PhpAuth to my project:
However, when I visit index.php in my browser, I’m getting the error Fatal Error: Class 'ZxcvbnPhp\Zxcvbn' not found in ../vendor/phpauth/phpauth/Auth.php on line 178
It seems to be a namespacing error. Can anyone shed some light on this issue?