In this tutorial, we configured Laravel 8 with MongoDB using Jenssegers Library and PHP8-MongoDB extension. and the whole experiment was done on a Ubuntu 20.04 LTS server but it is also applicable on the Ubuntu 18.04LTS server.
MongoDB is a great database choice for web applications because of its flexible schema structure, and it will easily evolve to meet your growing needs.
Here is my tech article link, where I described each and every step: https://www.technhit.in/laravel-mongo...
How to Setup Laravel With Apache: https://www.technhit.in/setup-laravel...
Laravel with Mysql: https://www.technhit.in/laravel-mysql...
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro & Steps
0:36 - Prerequisites for this tutorial
1:42 - Add MongoDB Repo and Install MongoDB
2:23 - Install PHP8-MongoDB Extension and Driver
4:05 - Installing Fresh Laravel8 Application
7:04 - Configure Laravel for MongoDB Connection
9:12 - Creating Laravel Auth Functionality
13:10 - Testing Connection with MongoDB
#MongoDB, #Laravel, #Linux, #PHP, #PHP8