Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 462 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 462 Bytes

laravel-mongodb-crud

MongoDB sample CRUD for jenssegers/laravel-mongodb package

How to do CRUD operations on a MongoDB collection using jenssegers/laravel-mongodb package.

The models, controllers, routes and view files for a sample MongoDB collection of books

For step-by-step instructions refer

http://www.opentechguides.com/tutorials/laravel-mongodb/1/getting-started.html

The file mongo_insert.txt has the Mongoshell command for prepping the database.