Mô tả

Laravel 10 - Build Multi Vendor Ecommerce Website (2023)

Are you ready to take your Laravel skills to the next level? In this course, you will build a complete multi-vendor e-commerce project from scratch using Laravel 10. This project-based course is designed to help you become a professional Laravel developer and give you a competitive edge in the job market.

Why Learn Laravel 10?

Laravel 10 is the latest version of the popular PHP framework and comes packed with new features and improvements, making it faster and more efficient than ever before. It's easy to learn and has a huge community, making it the perfect choice for building robust and scalable web applications.

What Will You Learn?

In this course, you will learn how to build a feature-rich multi-vendor e-commerce platform with advanced functionalities such as:

Multi Vendor Ecommerce project with Laravel 10

Laravel Fundamentals A-Z

Advanced Product Management System

Multi-authentication as Admin-Vendor-User

Multi Vendor Feature

Advanced Product Search

Advanced Product Coupon System

Advanced Product Variants Feature

Multi-Product Image Upload Feature

Product Review & Rating System

Product Discount Feature

Multiple Payment Gateways

Product Wishlist Feature

Order Management Feature

Advanced Add-to-Cart Feature

Shipping Rule System

Blog Management System

Advanced Order Tracking System

Password Change Option for Admin-Vendor-User

Dynamic Newsletter Feature

Advertisement Feature

Transaction History Option

And More

Why Choose This Course?

Unlike other courses that only cover the basics, this course is designed to help you build a complete, real-world project from scratch. You will not only learn how to write code, but also gain valuable insights into project management and best practices. Plus, you will have access to the complete source code of the project and lifetime access to the course materials.

What's more, once you have completed this course, you will have a highly marketable skill set and the potential to earn a high income as a professional Laravel developer.

Enroll now and take the first step towards building your dream multi-vendor e-commerce platform with Laravel 10!

Bạn sẽ học được gì

Create a Multi Vendor Ecommerce Project with Laravel 10Laravel Fundamentals A-ZAdvance Product Management SystemMulti-authentication Admin-Vendor-UserMulti Vendor FeatureAdvanced Product SearchAdvanced Product CouponAdvanced Product Variants FeatureMulti Product Image Upload FeatureProduct Review & RatingProduct Discount FeatureMultiple Payment GatewaysProduct Wishlist FeatureOrder Management FeatureAdvanced add-to-cart FeatureShipping Rule SystemBlog Management SystemAdvanced Order TrackingAdmin-Vendor-User Password Change OptionDynamic Newsletter FeatureAdvertisement FeatureTransaction History OptionDashboard Analytics

Show moreShow less

Yêu cầu

  • You have to know basic PHP
  • Basic HTML, CSS, Bootstrap, jQuery
  • Local Server : XAMPP/WAMP/MAMP/Laragon
  • Text Editor/IDE: Notepad++ / Sublime Text / Visual Studio Code / PhpStrom

Nội dung khoá học

81 sections

Introduction

1 lectures
Introduction
35:26

Fundamental: Laravel Version Upgrade

1 lectures
Upgrade Laravel 9 to Laravel 10
04:54

Fundamental: Local Environment Setup

3 lectures
Local Environment Setup
06:21
Change PHP Version in Laragon
03:50
VS Code Useful Extensions
07:46

Fundamental: Laravel Installation

1 lectures
Install First Laravel Project
06:31

Fundamental: Laravel Directory Structure and Artisan CLI With Tinker

3 lectures
Laravel File and Folder Structure
08:45
Artisan CLI and Tinker
07:30
Fixing VS Code PHP Path Error
03:44

Fundamental: Route

6 lectures
Define Routing
05:04
Route Parameters
04:32
Naming Routes
08:16
Route Grouping
06:16
Route Methods
02:41
Fallback Route
02:43

Fundamental: Templating and Views

7 lectures
Laravel View Introduction
08:32
Passing And Rendering Data In Templates
05:11
Building Application Layout
10:24
Loops In Templates
09:49
Conditional Rendering
07:11
Including Sub Views
03:53
Useful Blade Directives
06:29

Fundamental: Controller

4 lectures
Introduction With Controller
01:46
Basic controllers
12:04
Resource controllers
08:45
Single Action Controllers
05:00

Fundamental: Form Validation and Handling

6 lectures
Form Markup
10:21
Form CSRF Token Explanation
12:58
Input Field Validation
10:39
More Validation Rules
07:36
Overwrite Default Validation Texts
08:45
Form Validation Request Classes
09:41

Fundamental: Database - Migration and Seeding

6 lectures
Configuring DB Connection
08:45
Creating Migration
09:45
Table Data Types
06:53
Important Migration Commands
12:31
Adding Columns To Existing Tables Using Migration
06:14
Overview and Seeding Fake Data
08:57

Fundamental: Database - Query Builder

9 lectures
Introduction of Query Builders
03:31
Retrieving Data From Database Table
07:38
Retrieving A List Of Column Values
02:29
Using Of Where Condition
08:13
Insert Data In Database
05:41
Update Data In Database
06:28
Delete Data From Database
03:15
Basic Join Statement
06:58
Aggregates
06:22

Fundamental: Database - Eloquent ORM

11 lectures
Understanding Eloquent ORM
09:06
Retrieving Records Via Eloquent Models
08:19
Using Where Condition in Eloquent
09:30
Inserting or Saving Data With Eloquent
05:13
Updating Data With Eloquent
08:29
Deleting Data
04:16
Mass Assignment
13:22
Soft Deleting - Trashing
10:10
Retrieving Deleted Data
03:50
Restore A Record Or Deleting A Record Permanently
06:19
Factories
08:58

Fundamental: Eloquent Relationship

4 lectures
One to One Relationship
18:23
Inverse Relation
11:58
One to Many Relationship
16:32
Many to Many Relations
19:49

Fundamental: File Storage

6 lectures
File Storage Introduction
06:13
Uploading Files in Storage (part-1)
09:23
Uploading Files in Storage (Part-2)
10:13
Storage Link
07:57
Remove Files from Storage
09:54
Validating Uploaded files (size, type etc.)
10:37

Fundamental: Request and Response

3 lectures
Redirect Response
05:27
Return Response JSON
02:47
Returning File to Download
07:21

Fundamental: CRUD (create, read, update & del) - Eloquent & Resource Controller

16 lectures
Introduction
02:08
Templating And Mark up (part -1)
20:27
Templating And Mark up (part -2)
15:17
Creating Models And Migrations for CRUD
07:21
Creating Form (Part - 1)
19:12
Creating Form (Part - 2)
12:14
Retrieving All Data From Database Table
15:17
Updating Specific Row with eloquent (Part -1)
12:40
Updating Specific Row with eloquent (Part -2)
25:13
Show A Specific Data
08:52
Deleting A Specific Data
06:30
Implementing Soft Deleting And Show Row List
11:50
Restoring Deleted Rows
08:37
Deleting a Record Permanently
09:13
Implementing One To One Relation In Tables
03:53
Paginating Eloquent Results
06:42

Fundamental: Middleware

6 lectures
Introduction Of Middleware
02:35
Create Middleware Via Artisan Command
02:30
Global Middleware
12:47
Group Middleware
13:44
Route Middleware
07:59
Controller Middleware
09:31

Fundamental: Blade Components

6 lectures
Introduction to Blade Components
01:27
Creating Blade Components
06:43
Rendering Blade Components
15:01
Passing Data To Components
11:34
Component Slots
08:22
Share Data in Blade Files
05:13

Fundamental: Sending Email

4 lectures
Configure Mail Trap
03:41
Send a Simple Email With Laravel
07:04
Send HTML View as an Email Body
06:36
Attaching Files to Email
04:36

Fundamental: HTTP Session

5 lectures
Introduction of HTTP Session
04:17
Retrieving Data From Session
05:26
Storing Data at Session
04:46
Deleting Data From Session
06:42
Flash Session Data
04:04

Fundamental: Cache

7 lectures
Introduction Of Cache
01:46
Difference Between Session And Cache
02:38
Installing Laravel Debugbar Package
04:01
Storing Data In Cache
10:41
Storing Data in Cache Forever
03:51
Removing Data From Cache
05:45
Using Cache With Pagination
06:21

Fundamental: Authentication

6 lectures
Introduction
01:32
Install Breeze Starter Kit
08:15
Redirect User To Specific Page After Login
08:36
Retrieving The Authenticated User
04:43
Recreating Logout Feature
06:59
Protecting Routes
05:05

Fundamental: Authorization

6 lectures
Introduction
02:08
Difference Between Authentication And Authorization
03:16
Authorization - Gates
15:15
Verifying Permissions in Blade Templates
05:50
Authorization - Policy
11:44
Authorization - Role
13:55

Fundamental: Queues And Background Processing

3 lectures
Queues Introduction
01:07
Creating The First Job And Configuring Queues
05:09
Queueing an Email
11:16

Fundamental: Observers And Event Listeners

4 lectures
Model Observers
08:04
Introduction To Event - Listeners
02:31
Creating Events - Listeners
05:28
Practical Example of Event - Listeners
12:48

Fundamental: Localization

3 lectures
Introduction to Localization
01:58
Defining and Retrieving Translation Strings
16:52
Change Translation Depending On Route
08:25

Fundamental: Source Code

1 lectures
Project Source Code
00:01

Useful Packages: Yajra Datatable

5 lectures
Creating a basic template to work with
10:47
Introduction of yajra datatable
01:12
Getting Started with Yajra Datatable
17:04
Add datatable export buttons
17:12
Datatable Column Editing Options
13:58

Useful Packages: Intervention Image

3 lectures
Introduction of Intervention image
00:54
Installation and basic implementation
16:53
Make a custom image filter
07:30

Useful Packages: Shopping Cart

8 lectures
Introduction of Laravel shopping cart package
00:57
Template overview
05:06
Show dynamic products on frontend
06:41
Package Installation and setup
02:10
Add product into cart
16:40
Fetch Products from cart session
06:35
Update cart product quantity
17:08
Remove product from cart
04:19

Useful Packages: Spatie Laravel Permission (Role and Permission)

4 lectures
Introduction of Laravel Permission
01:06
Installation and setup of Laravel Permission
06:00
Create Roles and Permission and assign them to user
21:53
How to check role and permission at the blade
17:06

Useful Packages: Socialite Social Authentication (Social Login)

3 lectures
Introduction of Laravel socialite
01:37
Install socialite and setup in to project
03:01
Implement socialite
16:38

Useful Packages: Source Code

1 lectures
Project Source Code
00:01

Payment Gateways: Introduction and Template Overview

2 lectures
Introduction
01:12
Template Overview
03:04

Payment Gateways: PayPal Integration

2 lectures
PayPal - Create PayPal Sandbox Account
03:59
PayPal - Integrate PayPal Gateway In Laravel
32:14

Payment Gateways: Stripe Integration

2 lectures
Stripe - Create Stripe Sandbox Account
03:04
Stripe - Integrate Stripe Gateway In Laravel
19:40

Payment Gateways: RazorPay Integration

1 lectures
RazorPay - Integrate RazorPay Gateway In Laravel
20:36

Payment Gateways: 2Checkout Integration

3 lectures
2Checkout - Create 2checkout Sandbox Account
03:56
2Checkout integrate 2checkout (Part-1)
28:54
2Checkout - integrate 2checkout (Part-2)
19:18

Payment Gateways: Instamojo Integration

2 lectures
Instamojo - Create Instamojo Sandbox Account
02:31
Instamojo - Integrate Instamojo Gateway In Laravel
26:10

Payment Gateways: Mollie Integration

2 lectures
Mollie - Create mollie Sandbox Account
03:00
Mollie - Integrate mollie Gateway In Laravel
17:06

Payment Gateways: Paystack Integration

2 lectures
Paystack - Create Paystack Sandbox Account
02:54
Paystack - Integrate Paystack Gateway In Laravel
23:51

Payment Gateways: SSLCOMMERZ Integration

2 lectures
SSLCOMMERZ - Create Sslcommerz Sandbox Account
03:52
SSLCOMMERZ - Integrate Sslcommerz Gateway In Laravel
19:50

Payment Gateways: Source Code

1 lectures
Project source code for payment gateways
00:01

Ecommerce: Multi Auth Setup With Breeze

5 lectures
Install Laravel 10 and breeze
06:01
Multi auth- Add new columns in users table and create seeder
13:23
Multi auth- Create dashboards for the users
08:38
Multi auth- Create middleware for multi auth
16:30
Multi auth- Create separate route files for admin and vendor
13:33

Ecommerce: Admin Panel Setup And Mastering

11 lectures
Admin Template
00:00
Admin Panel- Overview of admin template
03:24
Admin Panel- Template mastering (part - 1)
09:38
Admin Panel- Template mastering (part - 2)
11:16
Admin Panel- Create separate Admin login page
04:34
Admin Panel- Admin login page mastering
15:04
Admin Panel- Logout option for admin
03:20
Admin Panel- Admin profile update (part - 1)
19:06
Admin Panel- Admin profile update (part - 2)
14:49
Admin Panel- Admin profile update (part - 3)
15:29
Admin Panel- Show validation messages on toastr
14:29

Ecommerce: Frontend Template Setup And Mastering

8 lectures
Front-End Template
00:01
Frontend Setup- Frontend template overview
08:34
Frontend Setup- Template mastering (part - 1)
11:40
Frontend Setup- Template mastering (part - 2)
22:55
Frontend Setup- Master login, register page
28:50
Frontend Setup- Master forget password page
23:44
Frontend Setup- Master user dashboard
08:56
Frontend Setup- fix user dashboard route and add logout feature
11:50

Ecommerce: Vendor Panel Setup

1 lectures
Vendor Panel - Mastering vendor dashboard
05:53

Ecommerce: Profile Update

5 lectures
Profile Update- User Profile update (part - 1)
10:59
Profile Update- User Profile update (part - 2)
08:04
Profile Update- User Profile update (part - 3)
34:25
Profile Update- User Profile update (part - 4)
16:52
Profile Update- Vendor Profile Update
16:01

Ecommerce: Slider Features

11 lectures
Slider- Backend slider page design
18:48
Slider- Backend slider create page design
11:14
Slider- Make create form dynamic
24:27
Slider- Creating image upload trait and handling image upload
18:35
Slider- Install yajrabox datatable in to project
18:45
Slider- Show data in index page
23:01
Slider- Update Slider data
23:41
Slider- Update Slider image issue fix
04:45
Slider- Delete slider feature
32:33
Slider- Some fixings and improvement in CRUD
11:51
Slider- Show Sliders at frontend
10:55

Ecommerce: Category, Subcategory and Child Category Setup

22 lectures
Category- Working with category
15:26
Category- Working with category create form (part - 1)
15:25
Category- Working with category create form (part - 2)
11:58
Category- Show data in index page
12:54
Category- Update category
13:21
Category- Delete Category
04:27
Category- Working with status change
25:38
Subcategory- working with index page
10:49
Subcategory- working with create feature
13:13
Subcategory- show created data at datatable
09:52
Subcategory- working with update feature
11:41
Subcategory- working with delete feature
04:02
Subcategory- working with status update
05:56
Child Category- working with child category (part - 1)
35:25
Child Category- working with child category (part - 2)
09:51
Child Category- Show created data at datatables
09:26
Child Category- working with edit and delete feature
18:52
Child Category- working with status
04:08
Protecting the categories relations
22:00
Frontend- Show categories at frontend
31:58
Frontend- Show categories depending on status
12:07
Frontend- show categories in mobile menu
12:44

Ecommerce: Admin Sidebar Active

2 lectures
Create a helper file for project
04:50
Make sidebar item active depending on page
14:27

Ecommerce: Backend Product And Related Features

32 lectures
Brand- creating necessary files for CRUD
07:56
Brand- working with create feature
18:51
Brand- show created data in datatable
09:51
Brand- working with update feature
10:35
Brand- working delete and status feature
04:51
Vendor Profile- working with admin vendor profile (part - 1)
29:18
Vendor Profile- working with admin vendor profile (part - 2)
18:40
Product- Creating necessary files and DB columns
17:21
Product- Working with create form (part-1)
30:41
Product- Working with create form (part-2)
25:33
Product- Handling create product form
30:44
Product- Some modification on form and db columns
10:19
Product- Show created datas at datatable
19:44
Product- Working with product update (part - 1)
28:49
Product- Working with product update (part - 2)
14:42
Product- Working with image gallery (part - 1)
19:28
Product- Working with image gallery (part - 2)
29:21
Product- Working with image gallery (part - 3)
12:33
Product Variant- Create necessary files
12:38
Product Variant- working with create feature
22:51
Product Variant- show created data at data table
10:19
Product Variant- working with edit feature
10:54
Product Variant- working with delete and status feature
10:51
Product Variant Item- Create necessary files
21:40
Product Variant Item- Working with create feature
34:59
Product Variant item- Show created data in datatable
19:48
Product Variant item- Fetch datatable data on condition
10:52
Product Variant item- Working with edit feature
20:48
Product Variant item- Working with delete and status feature
11:45
Product Variant item- protecting relations
11:26
Product- Handling Delete feature
22:40
Product- Handling status feature
05:09

Ecommerce: Vendor Product And Related Features

22 lectures
Vendor Profile- working with vendor profile (part - 1)
23:59
Vendor Profile- working with vendor profile (part - 2)
27:04
Product- Creating necessary files
16:18
Product- working with create form
30:48
Product- Show created datas at datatable
18:10
Product- working with edit form
18:59
Product- Protecting edit feature
17:24
Product- working with product gallery (part-1)
23:57
Product- working with product gallery (part-2)
31:18
Product Variant - Creating necessary files
16:18
Product Variant - working with create feature
10:53
Product Variant - show created data in datatable
12:33
Product Variant - working with edit feature
13:39
Product Variant - working with delete and status feature
13:44
Product Variant Items- Creating necessary files
17:40
Product Variant Items- Working with create feature
11:13
Product Variant Items- Show created data at datatable
07:44
Product Variant Items- working with edit feature
07:07
Product Variant Items- working with delete and status feature
11:21
Product - Delete product with gallery images and variants
07:42
Product - Working with status feature
10:08
Product- adding more protection
30:35

Ecommerce: Handle seller (vendor) products in backend

5 lectures
Seller Product- Show all seller product in backend
23:45
Seller Product- Show all pending product (part - 1)
17:55
Seller Product- Show all pending product (part - 2)
20:39
Seller Product- Making sidebar active
11:57
Seller Product- Making changes on update feature
07:15

Ecommerce: Flash Sale Feature

9 lectures
Flash Sale- Creating necessary files
20:41
Flash Sale- Working with create feature
16:22
Flash Sale- Add products in flash sale
22:17
Flash Sale- Show flash sale products in datatable
25:33
Flash Sale- remove product from sale
15:10
Flash Sale- Making flash sale counter dynamic
12:35
Flash Sale- Show flash sale products in frontend
43:19
Flash Sale- Show products at flash sale page
24:32
Flash Sale- Fixing pagination design
20:09

Ecommerce: Product Details Page

4 lectures
Product Details - Show dynamic contents at details page (part - 1)
10:09
Product Details - Show dynamic contents at details page (part - 2)
36:33
Product Details - Show dynamic contents at details page (part - 3)
19:57
Product Details - Optimize query relations and fixing issues
11:35

Ecommerce: General settings

3 lectures
General settings- Creating necessary files and design
22:11
General settings- Handle the form
32:22
Setting default time zone and fixing the product currency icons
17:21

Ecommerce: Backend Coupon System Setup

5 lectures
Coupon - Creating necessary files and designs
07:55
Coupon - Working with create coupon
26:18
Coupon - Show created data at datatable
06:11
Coupon - Working with edit feature
08:11
Coupon - Delete coupon and status update
05:24

Backend Shipping Rule

5 lectures
Shipping Rule - Creating necessary files and designs
08:38
Shipping Rule - Working with create page
24:31
Shipping Rule - Show created data at datatable
10:00
Shipping Rule - Working with edit page
13:32
Shipping Rule - Working with Delete and status change feature
05:12

Ecommerce: Frontend User Multi address

5 lectures
User Address- Create necessary files and designs
09:08
User Address- Working with create page
24:21
User Address- Show created address
12:29
User Address- working with edit page
07:37
User Address- working with delete address
04:44

Ecommerce: Frontend Add To Cart Feature

22 lectures
Frontend- Add dynamic titles in all pages
15:26
Add To Cart - Working with add to cart feature (part - 1)
22:20
Add To Cart - Working with add to cart feature (part - 2)
34:29
Add To Cart - Show dynamic data at product pop up modal (part - 1)
27:50
Add To Cart - Show dynamic data at product pop up modal (part - 2)
06:55
Add To Cart - Show cart products at cart page ( part - 1)
11:46
Add To Cart - Show cart products at cart page ( part - 2)
19:38
Add To Cart - Working with quantity increment
28:26
Add To Cart - Show calculated product total price
17:24
Add To Cart - Working with quantity decrement
06:28
Add To Cart - Cart clear and remove cart feature
24:23
Add To Cart - Some on add to cart feature
04:25
Add To Cart - Show dynamic cart counter
13:14
Add To Cart - Working with sidebar cart (part - 1)
12:46
Add To Cart - Working with sidebar cart (part - 2)
28:29
Add To Cart - Working with sidebar cart (part - 3)
24:42
Add To Cart - Working with sidebar cart (part - 4)
38:54
Add To Cart - Adding add to cart feature in product popup modal
11:12
Add To Cart - Adding add to cart feature in product cart
07:31
Add To Cart - some fixes and updates
18:22
Add To Cart - Quantity validation in add to cart
22:54
Add To Cart - Adding subtotal at cart view page
30:14

Ecommerce: Coupon Feature in Front-end

4 lectures
Coupon - Working with coupon feature (part - 1)
19:45
Coupon - Working with coupon feature (part - 2)
12:05
Coupon - Working with coupon feature (part - 3)
28:44
Coupon - Working with coupon feature (part - 4)
14:07

Ecommerce: Frontend Checkout Page Setup

7 lectures
Checkout - Creating necessary files and designs
16:42
Checkout - Working with address create form
21:37
Checkout - Working dynamic calculation and shipping methods (part - 1)
19:09
Checkout - Working dynamic calculation and shipping methods (part - 2)
18:23
Checkout - Working dynamic address
13:00
Checkout - Handling form and validation
34:52
Checkout - Do some more validation and redirect to payment page
11:29

Ecommerce: Payment gateways and orders setup

14 lectures
Payment gateway - Working with payment page
09:24
Payment gateway - Show order summery
12:12
Payment gateway - Working with PayPal setting page (part - 1)
36:11
4_Payment gateway - Working with PayPal setting page (part - 2)
23:04
Payment gateway - Working with PayPal integration (part - 1)
42:05
Payment gateway - Working with PayPal integration (part - 2)
23:10
Order - Creating tables for orders and transaction
17:16
Order - Storing all the order data to database
39:19
Stripe gateway - Working with Stripe setting page
28:31
Stripe gateway - implementation of stripe
34:57
Order - Store order details in DB
13:26
Razorpay gateway - Working with Stripe setting page
26:22
Razorpay gateway - implementation of razorpay
44:52
Order- Store Razor pay order details
13:13

Ecommerce: Handle Order in Backend

16 lectures
Handle Order - Creating necessary files at backend
08:19
Handle Order - Adding columns add datatable
22:11
Handle Order - Working with order details page (part - 1)
28:32
Handle Order - Working with order details page ( part - 2)
35:52
Handle Order - Fixing order details page calculation issue
15:33
Handle Order - working with order status change
28:37
Handle Order - showing status at datatable
06:37
Handle Order - working with payment status
07:50
Handle Order - Adding printing feature to order page
05:38
Handle Order - Creating specific status pages for order status
47:40
Handle Order - delete order
08:15
Handle Order - working with transaction table
27:00
Handle Order (vendor) - show order list on vendor side
21:17
Handle Order (vendor) - working with order detail page
33:34
Handle Order (vendor) - change order status
17:46
Show orders at users dashboard
20:54

Ecommerce: Home Page Setup

21 lectures
Working with home page setting page (part - 1)
27:18
Working with home page setting page (part - 2)
21:43
Working with home page setting page (part - 3)
17:11
Working with home page setting page (part - 4)
29:32
Frontend- Showing data on popular category section (part - 1)
29:40
Frontend- Showing data on popular category section (part - 2)
27:29
Frontend- Show brands at frontend
07:00
Frontend- working with type base product section
22:08
Backend- working with single category product slider
32:07
Frontend - Show category slider one products at frontend
14:55
Frontend - working with category product slider section two
25:59
Frontend - fixing the product modal issue
04:53
Frontend - working with category product slider section three
40:50
Product page - Show products on product page depending on category
36:58
Product page - change product list design depending on session
15:45
Product page - Show products on product page depending on child category
20:26
Product page - working with product page filtering (part - 1)
26:33
Product page - working with product page filtering (part -2 )
08:17
Product page - working with product page brand filtering
11:15
Product page - fixing some issues in products pages
13:01
Product Search - working with product search feature
28:26

Ecommerce: Wish list features

4 lectures
Wish list - working with wish list features
30:38
Wish list - working with wish list page
31:42
Wish list- adding wish list feature to all product buttons
19:34
wish list - show dynamic wish list counter
06:34

Ecommerce: Site Footer

12 lectures
Site Footer- working with footer info (part - 1)
32:49
Site Footer- working with footer info (part - 2)
06:08
Site Footer- working with footer social links ( part - 1)
23:47
Site Footer- working with footer social links ( part - 2)
22:06
Site Footer- footer grid two (part - 1)
27:28
Site Footer- footer grid two (part - 2)
19:01
Site Footer- footer grid three
19:22
Site Footer- Working with smtp setting at backend
27:56
Newsletter - working with newsletter (part - 1)
19:45
Newsletter - working with newsletter (part - 2)
36:42
Newsletter - working with newsletter (part - 3)
22:36
Newsletter - working with newsletter (part - 4)
35:01

Ecommerce: Ad Feature

6 lectures
Ad Feature - Creating necessary files and design at backend
16:57
Ad Feature - Creating form fields and handle them (part-1)
34:40
Ad Feature - Creating form fields and handle them (part-2)
17:54
Ad Feature - Creating form fields and handle them (part-3)
20:57
Ad Feature - Creating form fields and handle them (part-4)
15:08
Ad Feature - showing ad banners at frontend
26:38

Ecommerce: Customer Review System

7 lectures
Review System - working with review form
21:24
Review System - render review form on condition
18:43
Review System - storing data at the db
35:51
Review System - show user create reviews at user dashboard
26:18
Review System - show user create reviews at vendor dashboard
09:56
Review System - show user create reviews at admin dashboard
16:05
Review System - showing product ratings at frontend products
24:17

Ecommerce: Site Pages

15 lectures
Frontend- Working with vendor page
35:49
Frontend- Working with vendor request page ( part-1 )
20:19
Frontend- Working with vendor request page ( part-2 )
20:59
Backend- Working with vendor request approve feature ( part - 1)
26:54
Backend- Working with vendor request approve feature ( part - 2)
20:51
Backend- Working with customer page
25:54
Frontend- Updating login logic
08:29
Backend- Vendor condition page in backend
17:30
Frontend- About page feature
15:53
Frontend- Terms and condition page feature
12:14
Frontend- contact page (part - 1)
24:15
Frontend- contact page (part - 2)
32:35
Backend- role assign feature at backend
42:00
Backend - creating a admin list page at backend
28:59
Frontend - working with product tracking page
40:59

Ecommerce: Blog Features

10 lectures
Blog- working with blog category at backend (part - 1)
25:27
Blog- working with blog category at backend (part - 2)
20:08
Blog- working with blog feature at backend (part - 1)
28:21
Blog- working with blog feature at backend (part - 2)
23:03
Blog- working with blog feature at backend (part - 3)
06:13
Blog- showing blogs at frontend
27:32
Blog- working with social share buttons
08:19
Blog- working with comment section
34:47
Blog- working with rest of the portion on blog view page
41:55
Blog- show blog comment list at backend
31:06

Ecommerce: Dashboard Analytics

6 lectures
User Dashboard - working with user dashboard (part - 1)
24:02
User Dashboard - working with user dashboard (part - 2)
18:59
Vendor Dashboard - working with user dashboard (part - 1)
24:07
Vendor Dashboard - working with user dashboard (part - 2)
38:55
Admin Dashboard - working with admin dashboard (part - 1)
25:10
Admin Dashboard - working with admin dashboard (part - 2)
16:42

Ecommerce: Site Settings

3 lectures
Site Setting - working with site setting logo and favicon
30:20
Site Setting - showing logo favicons at frontend
25:08
Site Setting - adding RTL support in site
16:05

Ecommerce: More Payment Gateways

2 lectures
COD - Adding cash on delivery feature at payment page
30:56
Fixing some earning calculation in dashboard
03:14

Ecommerce: Bug fixings and Enhancements

11 lectures
Bug fixings - fixing all kind of login issues
19:34
Bug fixings - fixing bugs on dashboard
19:14
Bug fixings - frontend design issue resolve
36:46
Enhancement- Adding dynamic stock update
17:40
Enhancement- Protecting model relations
23:54
Bug fixings - fixing the vendor create page issue
07:09
Bug fixings - toaster icon issue fix and delete unused files
17:57
Bug Fix - Login Redirect issue fix
13:30
9_Bug Fix - SMTP Mail Sending Issue Fixed
14:34
10_Bug Fix - Working With Admin Rest Password
05:22
11_Bug Fix - Wishlist Toaster Alert Issue
04:48

Vendor Withdraw System

20 lectures
Vendor Withdraw - Creating Necessary Files and Designs
09:57
Vendor Withdraw - Working with Create Feature
19:49
Vendor Withdraw - Showing Created data in Index
04:57
Vendor Withdraw - Working with Update and Delete
09:17
Vendor Withdraw Page - Creating Necessary Files and Designs
10:22
Vendor Withdraw Page - Working with Create Request Feature (Part - 1)
13:29
Vendor Withdraw Page - Working with Create Request Feature (Part - 2)
14:49
Vendor Withdraw Page - Working with Create Request Feature (Part - 3)
11:10
Vendor Withdraw Page - Working with Create Request Feature (Part - 4)
16:46
Vendor Withdraw Page - Showing Created Contents in Index (Part - 1)
13:02
Vendor Withdraw Page - Showing Created Contents in Index (Part - 2)
11:11
Vendor Withdraw Page - Adding Dynamic Currency icons
07:34
Vendor Withdraw Page - Adding Amount Calculation (Part - 1)
23:53
Vendor Withdraw Page - Adding Amount Calculation (Part - 2)
03:03
Vendor Withdraw Page - Adding Some More Validations for Create Request
09:15
Vendor Withdraw Page - Working with Admin Side (Part - 1)
14:36
Vendor Withdraw Page - Working with Admin Side (Part - 2)
09:20
Vendor Withdraw Page - Working with Admin Side (Part - 3)
11:00
Vendor Withdraw Page - Fixing Some issues in Admin
12:58
Vendor Withdraw Page - Calculation Issue Fixed in Vendor Panel
06:06

Site Optimization

14 lectures
Site Optimization - Optimizing Duplicate Query’s (Part -1)
12:04
Site Optimization - Optimizing Duplicate Query’s (Part -2)
17:01
Site Optimization - Optimizing Duplicate Query’s (Part -3)
10:36
Site Optimization - Optimizing Duplicate Query’s (Part -4)
20:36
Site Optimization - Making Product Blade Component
06:21
Site Optimization - Optimizing Popular Categories Section
09:43
Site Optimization - Optimizing Product Type Section
13:56
Site Optimization - Optimizing Category Slider One Section
06:42
Site Optimization - Optimizing Category Slider Two Section
10:09
Site Optimization - Optimizing Last Two Sections in Home
03:23
Site Optimization - Optimizing Products Page
20:34
Site Optimization - Optimizing Flash Sale Page
07:30
Site Optimization - Optimizing Blog Page
02:51
Site Optimization - Cache Some Sections
17:03

Live Chatting/Messaging System

36 lectures
0_Messaging System - Overview of the Feature
07:27
1_Messaging System - A Basic Desiccation About Feature
07:56
2_Messaging System - Mastering Template
14:34
3_Messaging System - Working with Pusher Settings
26:26
4_Messaging System - Implementing Pusher and Echo in Project
13:40
5_Messaging System - Working with Message Sending Modal (Part - 1)
23:47
6_Messaging System - Working with Message Sending Modal (Part - 2)
16:25
7_Messaging System - Working with Message Sending Modal (Part - 3)
12:25
8_Messaging System - Showing Dynamic Receivers Profiles
16:47
9_Messaging System - Fetching Dynamic Conversations (Part - 1)
13:14
10_Messaging System - Fetching Dynamic Conversations (Part - 2)
14:58
11_Messaging System - Fetching Dynamic Conversations (Part - 3)
11:59
12_Messaging System - Sending Message From Inbox
19:48
13_Messaging System - Little Testing to See is Everything Working
14:23
14_Messaging System - Mastering Message Inbox Template for Admin
16:08
15_Messaging System - Showing Dynamic Senders Profiles
06:57
16_Messaging System - Fetching Messages in Admin Inbox
17:50
17_Messaging System - Fetching Messages in Admin Inbox ( Part -1 )
11:31
18_Messaging System - Fetching Messages in Admin Inbox ( Part -2 )
16:48
19_Messaging System - Fetching Messages in Admin Inbox ( Part - 3 )
07:08
20_Messaging System - Working With Live Message Sending ( Part - 1 )
28:50
21_Messaging System - Working With Live Message Sending ( Part - 2 )
16:27
22_Messaging System - Working With Live Message Sending ( Part - 3 )
22:14
23_Messaging System - Working With Live Message Sending ( Part - 4 )
10:10
24_Messaging System - Fixing Design issue
17:13
25_Messaging System - Checking Condition Before Pushing Live message
23:28
26_Messaging System - Show New Message Status (Part - 1)
18:13
27_Messaging System - Show New Message Status (Part - 2)
09:35
28_Messaging System - Show New Message Status (Part - 3)
15:28
29_Messaging System - Show New Message Status (Part - 4)
06:38
30_Messaging System - Working with Vendor Messaging Dashboard
16:46
31_Messaging System - Fixing Some Design Issue
08:33
32_Messaging System - Adding Messenger link Alert on modal
11:38
33_Messaging System - Setting Dynamic Pusher Config (Part - 1)
13:51
34_Messaging System - Setting Dynamic Pusher Config (Part - 2)
10:53
35_Messaging System - Building Assets and Some More Fixes
07:51

Ecommerce: Source Code

1 lectures
Ecommerce Source Code with Database
00:01

Project deployment to live server

1 lectures
Project Deploy on Live Hosing
20:06

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.