<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Shweta Gupta</title>
    <description>The latest articles on Forem by Shweta Gupta (@shweta_gupta25).</description>
    <link>https://forem.com/shweta_gupta25</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1380637%2F29ffe7a5-5cf7-4235-ab8b-19d5ac0707b8.jpg</url>
      <title>Forem: Shweta Gupta</title>
      <link>https://forem.com/shweta_gupta25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shweta_gupta25"/>
    <language>en</language>
    <item>
      <title>Laravel 11 Tutorial (with MongoDB)</title>
      <dc:creator>Shweta Gupta</dc:creator>
      <pubDate>Mon, 25 Mar 2024 03:22:12 +0000</pubDate>
      <link>https://forem.com/shweta_gupta25/laravel-11-tutorial-with-mongodb-66m</link>
      <guid>https://forem.com/shweta_gupta25/laravel-11-tutorial-with-mongodb-66m</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/mZ6lDNArPYM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Welcome to the Laravel 11 Tutorial in which we will create an e-commerce website with Laravel 11 and MongoDB. We are going to use Laravel 11 as the frontend of the website and MongoDB as the backend of the website to manage the database of our Laravel E-commerce website.&lt;/p&gt;

&lt;p&gt;Laravel is one of the most popular PHP framework to develop websites. And recently, the Laravel 11 version has been launched, and we will install and use it for creating the e-commerce website and connect with MongoDB to manage its database.&lt;/p&gt;

&lt;p&gt;Please follow the Laravel MongoDB Tutorial to get your basics clear:&lt;br&gt;
&lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLr"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this video, we will install Xampp, Composer, Laravel 11, and MongoDB on Windows &amp;amp; MAC Operating system.&lt;/p&gt;

&lt;p&gt;Follow the below steps to install Laravel 11:-&lt;/p&gt;

&lt;p&gt;1) Install Xampp or any other Apache Server&lt;br&gt;
You can install the latest Xampp version from the below link:-&lt;br&gt;
&lt;a href="https://www.apachefriends.org/download.html"&gt;https://www.apachefriends.org/download.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Install Composer:-&lt;br&gt;
Install Composer from the below link:-&lt;br&gt;
&lt;a href="https://getcomposer.org/download/"&gt;https://getcomposer.org/download/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Install Laravel 11:-&lt;br&gt;
Finally install Laravel 11 via Composer Command:-&lt;br&gt;
composer create-project --prefer-dist laravel/laravel project_name "11.*"&lt;/p&gt;

&lt;p&gt;Reference Links to Install Laravel 11 from scratch:&lt;br&gt;
For Windows: &lt;a href="https://www.youtube.com/watch?v=UP8OBEQdLy4"&gt;https://www.youtube.com/watch?v=UP8OBEQdLy4&lt;/a&gt;&lt;br&gt;
For MAC: &lt;a href="https://www.youtube.com/watch?v=gJ5hdndJUEc"&gt;https://www.youtube.com/watch?v=gJ5hdndJUEc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Steps to Install MongoDB on Windows:&lt;br&gt;
1) Install MongoDB Community Server&lt;br&gt;
2) Install MongoDB PHP Driver / Extension&lt;/p&gt;

&lt;p&gt;1) Install MongoDB Community Server&lt;br&gt;
Install MongoDB Community Server from the below link for Windows:&lt;br&gt;
&lt;a href="https://www.mongodb.com/try/download/community"&gt;https://www.mongodb.com/try/download/community&lt;/a&gt;&lt;br&gt;
(Check MongoDB Compass to install it)&lt;/p&gt;

&lt;p&gt;2) Install MongoDB PHP Driver / Extension&lt;br&gt;
Install MongoDB PHP Driver / Extension from the below link as per your Windows OS Version:&lt;br&gt;
&lt;a href="https://github.com/mongodb/mongo-php-driver/releases"&gt;https://github.com/mongodb/mongo-php-driver/releases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Steps to Install MongoDB on MAC:&lt;/p&gt;

&lt;p&gt;Pre-Installations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Install Xcode Command-Line Tools&lt;/li&gt;
&lt;li&gt;Install Homebrew&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ref. Link: &lt;a href="https://brew.sh/#install"&gt;https://brew.sh/#install&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Steps to Install MongoDB on MAC:&lt;br&gt;
1) Install MongoDB Community Server&lt;br&gt;
2) Install MongoDB PHP Driver / Extension&lt;/p&gt;

&lt;p&gt;1) Install MongoDB 7.0 Community Edition:&lt;br&gt;
Follow the below steps to install MongoDB Community Edition using Homebrew. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Run the below command to download the official Homebrew for MongoDB&lt;br&gt;
brew tap mongodb/brew&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run the below command to update Homebrew and all existing formulae:&lt;br&gt;
brew update&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run below command to install MongoDB in your macOS Terminal:&lt;br&gt;
brew install &lt;a href="mailto:mongodb-community@7.0"&gt;mongodb-community@7.0&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2) Install MongoDB PHP Driver / Extension&lt;br&gt;
Follow the below link to install MongoDB PHP Driver / Extension for MAC:&lt;br&gt;
&lt;a href="https://www.mongodb.com/docs/drivers/php-drivers/"&gt;https://www.mongodb.com/docs/drivers/php-drivers/&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run below command on MAC Terminal to install PHP MongoDB Extension:
$ sudo pecl install mongodb&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ref. Link: &lt;a href="https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/"&gt;https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Reference Links to Install MongoDB:&lt;br&gt;
For Windows: &lt;a href="https://www.youtube.com/watch?v=hSAdr-ZIEKk"&gt;https://www.youtube.com/watch?v=hSAdr-ZIEKk&lt;/a&gt;&lt;br&gt;
For MAC: &lt;a href="https://www.youtube.com/watch?v=jp6jwEhFXC0"&gt;https://www.youtube.com/watch?v=jp6jwEhFXC0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Click here to subscribe for Laravel &amp;amp; other updates - &lt;a href="https://www.youtube.com/stackdevelopers"&gt;https://www.youtube.com/stackdevelopers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>mongodb</category>
      <category>laravel11</category>
      <category>laraveltutorial</category>
    </item>
  </channel>
</rss>
