gioch
gioch

Reputation: 109

MongoDB and Laravel 4

I need to create CRUD Laravel 4 application using MongoDB as a database. I have experience of Laravel but don't know how to use mongoDB with it. Can anyone give me some tutorials or tips that can help me to start?

Upvotes: 1

Views: 5240

Answers (1)

Anil Sharma
Anil Sharma

Reputation: 2962

Use this jessengers library which makes Mongo very simple to use in mongoDb. Integrate this library and use simply laravel query builder or ORM for CRUD.

Upvotes: 9

Related Questions