Wrote a Blog Post
MongoDB is one of the – if not the most – popular document-oriented database management systems out there.

Now, if you have experience working with Laravel, you should already know that Laravel doesn't support MongoDB by default. That doesn't mean you can not use Laravel and MongoDB together.

The MongoDB extension for PHP has been around since 2015, and thanks to packages like jenssegers/laravel-mongodb, it's now even easier to integrate MongoDB with Laravel.

In this article, I'll walk you through the entire process of setting up Laravel with MongoDB and using it as a drop-in replacement for your existing database management system. 

https://adevait.com/laravel/using-laravel-with-mongodb