Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Bapquad's avatar

Bapquad wrote a reply+100 XP

3mos ago

How to fix Class "MongoDB\Driver\Manager" not found error under homestead ?

If you use 'php -m', it list mongodb. That you have a right mongdb extension version for your PHP. Otherwise, you have a wrong mongoDB extension version. If you have a right mongodb extension, but still meet the error. I think your server software (ex: apache) have a permission problem. You can try with Administrator right for it. Run As Adminstrator with windows or sudo when use *nix. Apache run PHP with php path, I set PHP path on environment path. It's solved my issue.

Bapquad's avatar

Bapquad wrote a reply+100 XP

3mos ago

FatalThrowableError in Client.php line 81: Class 'MongoDB\Driver\Manager' not found

If you use 'php -m', it list mongodb. That you have a right mongdb extension version for your PHP. Otherwise, you have a wrong mongoDB extension version. If you have a right mongodb extension, but still meet the error. I think your server software (ex: apache) have a permission problem. You can try with Administrator right for it. Run As Adminstrator with windows or sudo when use *nix.