<?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>DEV Community: Amit Gupta</title>
    <description>The latest articles on DEV Community by Amit Gupta (@stackdevelopers).</description>
    <link>https://dev.to/stackdevelopers</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%2F854962%2Fd55385f7-0f98-4ea2-afd0-89d786770bb4.jpeg</url>
      <title>DEV Community: Amit Gupta</title>
      <link>https://dev.to/stackdevelopers</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stackdevelopers"/>
    <language>en</language>
    <item>
      <title>Laravel 10 Tutorial</title>
      <dc:creator>Amit Gupta</dc:creator>
      <pubDate>Sat, 22 Jul 2023 16:32:30 +0000</pubDate>
      <link>https://dev.to/stackdevelopers/laravel-10-tutorial-3e2i</link>
      <guid>https://dev.to/stackdevelopers/laravel-10-tutorial-3e2i</guid>
      <description>&lt;p&gt;If you're new to Laravel and are looking to create an e-commerce website with full featured admin panel, then this Laravel 10 tutorial is for you! &lt;/p&gt;

&lt;p&gt;In this first part of Laravel 10, you will learn, how to create an administrative panel in Laravel. We'll be using XAMPP / Composer / Laravel 10 to do this, so going to install this in this video!&lt;/p&gt;

&lt;p&gt;After learning, how to create an admin panel in Laravel, you'll be able to manage your Laravel applications in a more centralized fashion. You'll also have a better understanding of how the Laravel admin panel works, which will make managing your applications easier!&lt;/p&gt;

&lt;p&gt;We are going to use one of the best admin template i.e. AdminLTE 3 template for creating the admin panel in Laravel 10.0.&lt;/p&gt;

&lt;p&gt;Laravel is one of the most popular PHP framework to develop websites. And recently, the Laravel 10 version has been launched that we will install and use it for creating the basic admin panel that can be used for any type of website like E-commerce, Social Networking, Forum, Education related etc.&lt;/p&gt;

&lt;p&gt;You need to follow the below steps to install Laravel 10:-&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/downloa"&gt;https://www.apachefriends.org/downloa&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 10:-&lt;br&gt;
Finally, install Laravel 10 via Composer Command:-&lt;br&gt;
composer create-project --prefer-dist laravel/laravel project_name "10.*"&lt;/p&gt;

&lt;p&gt;Stay tuned to learn more about "Laravel 10". Watch this video until the end so that you don't miss any important information.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0bfpkZ_kcjI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Laravel 9 Tutorial</title>
      <dc:creator>Amit Gupta</dc:creator>
      <pubDate>Sun, 01 May 2022 08:36:00 +0000</pubDate>
      <link>https://dev.to/stackdevelopers/laravel-9-tutorial-30pj</link>
      <guid>https://dev.to/stackdevelopers/laravel-9-tutorial-30pj</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/T0Xm6Xm_Dvw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Welcome to Laravel 9 Tutorial. In this tutorial, we are going to create a Multi Vendor Full-featured E-commerce Website in Laravel 9.&lt;/p&gt;

&lt;p&gt;Laravel 9 Tutorial Complete Playlist:- &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Laravel is one of the most popular PHP framework to develop websites. And recently, the &lt;a href="https://www.youtube.com/watch?v=T0Xm6Xm_Dvw"&gt;Laravel 9&lt;/a&gt; version has been launched that we will use for our Multi Vendor / Seller E-commerce Website.&lt;/p&gt;

&lt;p&gt;Multi-vendor Portal or Website is a platform for third-party sellers to sell in one place. In simple terms, it is a big store that contains various small shops that are run by individual vendors.&lt;/p&gt;

&lt;p&gt;E-Commerce websites like Amazon or eBay are good examples of multivendor websites where multiple vendors are allowed to register on a single platform with the same shopping cart and sell their products.&lt;/p&gt;

&lt;p&gt;We are going to create such a kind of Multivendor website that can handle both B2B and B2C.&lt;/p&gt;

&lt;p&gt;Multi-Vendor E-commerce Website is like a mall that contains many small shops and the responsibility of running each shop lies with the different individual shop owners. These small shops here in multi-vendor e-commerce websites are the vendor’s shops and the website is responsible for the order management, shipping management, and collecting payments. &lt;/p&gt;

&lt;p&gt;Steps of Laravel 9 Multi-Vendor E-commerce Website:-&lt;br&gt;
1) The vendors register with the website through paid or even free registration.&lt;br&gt;
2) Once the vendor registers and uploads his products, the customers can start purchasing from them.&lt;br&gt;
3) Owner of the multi-vendor website can charge a small fee from the vendors on each transaction.&lt;br&gt;
4) Most of the payments are transferred to the website owner, and from there to the vendor chosen.&lt;br&gt;
5) Product delivery is handled by the vendor itself or even the admin.&lt;br&gt;
6) Communication on faulty products can be conveyed to the vendor or even the store admin, which the seller handles.&lt;/p&gt;

&lt;p&gt;Admin Features of Laravel 9 Multi-Vendor E-commerce Website:-&lt;br&gt;
1) Admin can easily monitor and manage their vendors.&lt;br&gt;
2) Admin can charge a commission from the vendors.&lt;br&gt;
3) Admin can add a separate registration section for the vendors. So, that the vendors can register themselves easily on the website.&lt;br&gt;
4) Admin can track the overall transactions of the vendors.&lt;br&gt;
5) Admin can approve or disapprove the products added by the vendors.&lt;br&gt;
6) Admin can also approve or disapprove the category request made by the vendors.&lt;/p&gt;

&lt;p&gt;Vendor Features of Laravel 9 Multi-Vendor E-commerce Website:-&lt;br&gt;
1) Vendors can get an interactive seller dashboard.&lt;br&gt;
2) Vendors can track their earnings easily.&lt;br&gt;
3) Vendors can link their social accounts to their website profiles.&lt;br&gt;
4) Vendors can add coupons to their stores to give exciting offers to their customers.&lt;br&gt;
5) Vendors can request a category request to add more products in it.&lt;/p&gt;

&lt;p&gt;In the next video, we will install Laravel 9 and Authentication to start working on Multi Vendor E-commerce website.&lt;/p&gt;

&lt;p&gt;Thanks for watching :)&lt;/p&gt;

&lt;p&gt;►Laravel 9 Tutorial Next Video - &lt;a href="https://youtu.be/x4qsZbRwLc0"&gt;https://youtu.be/x4qsZbRwLc0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Get Ready for Laravel 9 - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZYVb9lco6OnloSFyBLZU3tz"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZYVb9lco6OnloSFyBLZU3tz&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;

&lt;p&gt;Popular Stack Developers Series that can help you:-&lt;/p&gt;

&lt;p&gt;►Laravel Advance E-commerce Series - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZaHaFmydqjcQ-YyeQ19Cd6u"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZaHaFmydqjcQ-YyeQ19Cd6u&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►GIT Tutorial for Beginners - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZZVQ-dLOMFWvmCCduzJ8c6R"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZZVQ-dLOMFWvmCCduzJ8c6R&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Laravel API Tutorial - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZbcCsd4yAAiBU2L3ROREk8P"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZbcCsd4yAAiBU2L3ROREk8P&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Laravel Interview Questions - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZbzB_1Jdp_yFcORwOfWP8RU"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZbzB_1Jdp_yFcORwOfWP8RU&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►jQuery Tutorial - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZbMYoUA46GIonOH29KcjtxA"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZbMYoUA46GIonOH29KcjtxA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Laravel Basic E-commerce Series - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZY5drPxIWzpq5crhantlzp7"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZY5drPxIWzpq5crhantlzp7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;►Laravel Dating Series - &lt;a href="https://www.youtube.com/playlist?list=PLLUtELdNs2ZZrPUnxjlomErJfNvkyS6Hf"&gt;https://www.youtube.com/playlist?list=PLLUtELdNs2ZZrPUnxjlomErJfNvkyS6Hf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow Stack Developers on Social Media to get updates and resolve your queries &lt;br&gt;
►Like Facebook Page to get updates - &lt;a href="http://facebook.com/stackdevelopers2/"&gt;http://facebook.com/stackdevelopers2/&lt;/a&gt;&lt;br&gt;
►Join Facebook Group to resolve your queries - &lt;a href="http://facebook.com/groups/stackdevelopers"&gt;http://facebook.com/groups/stackdevelopers&lt;/a&gt;&lt;br&gt;
►Follow on Instagram - &lt;a href="https://www.instagram.com/stackdevelopers2/"&gt;https://www.instagram.com/stackdevelopers2/&lt;/a&gt;&lt;br&gt;
►Follow on GitHub - &lt;a href="https://github.com/stackdevelopers"&gt;https://github.com/stackdevelopers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel9</category>
      <category>tutorial</category>
      <category>laravel</category>
      <category>php</category>
    </item>
  </channel>
</rss>
