I need to configure mongoDB into laravel, for that I have installed MongoDB in my machine, and also enabled PHP extension for MongoDB.
Then I wrote the following command to import the MongoDB library in laravel.
composer require jenssegers/mongodb
I got the following errors:
Kindly, guide me to resolve this issue.