I'm trying to use respect validations in my PhpStorm's project. This is my first time using a Composer dependency and I runned into some trouble.
This is my setup:
I have it installed, but the the very first use
line throws the exception:
Class 'Respect\Validation\Validator' not found in C:\xampp\htdocs\xxx\api\private\verifyUser.php on line 7
What else do I have to do to make PHP find the library?