Closed
Description
- Laravel-mongodb Version: ^3.9
- PHP Version: 8.1
- Database Driver & Version: 1.15, pecl install
Description:
I get a laravel exception:
"Package "jenssegers/laravel-mongodb" is not installed"
its worth noting, the package name in composer is "jenssegers/mongodb" where the git repo is "jenssegers/laravel-mongodb" I'm pretty sure something got swapped around.
Steps to reproduce
- composer require jenssegers/mongodb "^3.9"
- try to query a model
Expected behaviour
The plugin should work without exception
Actual behaviour
The plugin throws a module not found error
Metadata
Metadata
Assignees
Labels
No labels