Skip to content

Laravel MongoDB

Connect Your Laravel to MongoDB

This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods.

Easy Setup

You can now setup your laravel project to connect with MongoDB.

MongoDB

MongoDB is one of the most popular mongoDB because of its good features.

Use Eloquent

You can manipulate your data using Laravel Eloquent like you always do.