I'm using Laravel 5.4 with Valet. I've installed PHP 7.1 and MongoDB drivers for PHP. I've followed every instruction to setup my Laravel project with MongoDB but when I try to communicate with my DB I get this error:
FatalThrowableError in Client.php line 81: Class 'MongoDB\Driver\Manager' not found
I checked my extensions in my PHP.ini and it's all there. Everything is fine but my project won't work.