Jimmea / Laravel-6x---Mongodb-CURD

share with you Laravel 6x with MongoDB CRUD operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel - MongoDB CRUD Tutorial

I would like to share with you Laravel 6.0 with MongoDB CRUD operation. here we will use mongodb as database and create insert update delete and view of books with Laravel 6.0

We will use "jenssegers/laravel-mongodb" composer package for creating CRUD(create read update and delete). using this package we can use collection, where, first, all, get, take, orWhere, whereIn, whereBetween, whereNull, orderBy, skip, distinct etc eloquent method of model.

Requirement

  • Php version 7.2.*
  • Mongodb
  • Apache | Nginx

About

share with you Laravel 6x with MongoDB CRUD operation


Languages

Language:PHP 92.3%Language:HTML 7.7%