• Post category:StudyBullet-9
  • Reading time:5 mins read


Laravel E-commerce Project Tutorial From Beginner to Advance Level With Easy Instruction

What you will learn

You will be able to make a e-commerce project using laravel

The E-commerce project will be dynamic . it means you will be able to control everything from admin dashboard.

In this project customer will be able to add product to the cart and confirm order from the cart page

You will learn how to make payment using debit/credit/master card to buy the product

You will learn how to make email verification

You will learn how to send email notification from admin dashboard to customer

you will learn how to make PDF receipt for each order from admin dashboard

Description

In this project i will teach you how to build an E-commerce project using Laravel . I will start from the very beginning so that you will be able to understand everything clearly .

Now lets talk about what we will make in this course  :

In this project we will let the customer being able to see all the product and customer will also be able to search product and see product details as well .

Customer can add product to the cart and also order the product from the cart page . I will also show you how can customer pay for the product using his/her debit/credit/master card .


Get Instant Notification of New Courses on our Telegram channel.


In order to register customer need to verify their email . So when a customer register , an email will be send to their email address .Once they verify their email they will be able to login .

We will also have a comment and reply section in this project .

In the admin dashboard we will let admin add / update or delete product . Admin will be able to see all the customer details .

We will let admin see all the order details and print receipt for each order . Once the product delivery is done admin will have  option to change the product delivery status . Admin will also be able to send email to customer .

English
language

Content

Introduction

Laravel E-commerce – Introduction
Setup our Laravel project
Setup the database
Making Login and Register for User & Admin
Modifying the Register page
Separating the User & Admin Dashboard
Modify the dashboard Design

Integrating Html Template to our Project

Integrating Html template to our homepage
Separating Html template Code to Different blade file
Making Changes for Login & Registration
Integrating Admin Template In Project

Adding Product details from Admin Panel

Designing Category Page for Admin Panel
Adding Category to Database Table from Admin Panel
Show Category Data in Admin Panel
Deleting Category Data From Admin Panel