Laravel mongodb tutorial 1 - install | getting started

preview_player
Показать описание
In this Laravel mongoDb tutorial video we will learn how to start with laravel mongoDb with simple example and we know step by step . this tutorial is for beginners also

link for library :

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

Thank you very much for creating this.
Hopefully you will be making more parts to this.

commentatorboy
Автор

Thanks cool source of data! and great video to show the flexibility of Laravel

ariel
Автор

Hi, I have followed these steps. I am using laravel-mongodb with lando. I am using laravel latest version. Getting this error:
Class "MongoDB\Driver\Manager" not found

sapnakhatri
Автор

Try This Command if Error: composer require mongodb/mongodb --ignore-platform-reqs

sharmeenfatima
Автор

I got some errors when install mongodb in laravel.

Problem 1
- mongodb/mongodb dev-master requires ext-mongodb ^1.14.0 -> it is missing from your system. Install or enable PHP's mongodb extension.
- mongodb/mongodb[1.6.0, ..., v1.6.x-dev] require php ^5.6 || ^7.0 -> your php version (8.1.5) does not satisfy that requirement.
- mongodb/mongodb[1.7.0-beta1, ..., v1.7.x-dev] require php ^7.0 -> your php version (8.1.5) does not satisfy that requirement.
- mongodb/mongodb[1.8.0-RC1, ..., v1.8.x-dev] require ext-mongodb ^1.8.1 -> it is missing from your system. Install or enable PHP's mongodb extension.
- mongodb/mongodb[1.9.0-alpha1, ..., v1.9.x-dev] require ext-mongodb ^1.10.0 -> it is missing from your system. Install or enable PHP's mongodb extension.
- mongodb/mongodb[1.10.0, ..., v1.10.x-dev] require ext-mongodb ^1.11.0 -> it is missing from your system. Install or enable PHP's mongodb extension.
- mongodb/mongodb[1.11.0, ..., v1.11.x-dev] require ext-mongodb ^1.12.0 -> it is missing from your system. Install or enable PHP's mongodb extension.
- mongodb/mongodb[1.12.0, ..., v1.12.x-dev] require ext-mongodb ^1.13.0 -> it is missing from your system. Install or enable PHP's mongodb extension.
- jenssegers/mongodb[v3.8.0, ..., 3.8.x-dev] require mongodb/mongodb ^1.6 -> satisfiable by mongodb/mongodb[1.6.0, ..., 1.13.x-dev (alias of dev-master)].
- mongodb/mongodb 1.13.x-dev is an alias of mongodb/mongodb dev-master and thus requires it to be installed too.
- Root composer.json requires jenssegers/mongodb 3.8.* -> satisfiable by jenssegers/mongodb[v3.8.0, ..., 3.8.x-dev].

To enable extensions, verify that they are enabled in your .ini files:
- C:\xampp\php\php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with to temporarily ignore these required extensions.

dhanushj.a
Автор

Got this error Target class [MongoTest] does not exist.

chimichanga
Автор

how to do crud operation using mongodb with laravel?please make a video on this

aniketnakhale
Автор

Iam getting error :
Class 'MongoDB\Client' not found
Please help

akshayhiremath
Автор

Please Hindi me bhi upload karte ja bhai tere video acche ahe

manishpatil