Create an eCommerce Website Using Laravel (PHP & MySQL)
- Description
- Curriculum
- FAQ
- Reviews
We are going to create a live running eCommerc website using the latest Laravel framework in PHP and MySQL. You can learn to create professional, secure and fast eCommerce store using PHP and MySQL after completing this course.
What We Will Cover in This Course?
Whether you are a beginner or an advanced PHP developer, we have covered the basics such as the installation of Laravel and setting it up for the development environment. This course will help you create your first eCommerce store using PHP and MySQL. Laravel is the most used and advanced PHP framework that’s used by most developers these days for creating high-quality websites.
What You Will Learn?
-
Setting up an environment for creating an eCommerce website
-
Creating the front page of the eCommerce store
-
Creating the Cart system for customers
-
Creating the admin panel to update the site
-
Adding products and displaying them on the website
-
Ordering products and storing orders
-
Displaying orders and details
-
Integrating the Paypal payment system
-
Integrating Stripe payment gateway
-
Finishing the eCommerce site
Why You Should Join This course?
We are developers and we create courses that will help you learn quickly and easily. We try to give you practical and real-world knowledge about web development and PHP. In this 10 hours course, we are going to take you on a journey that’s all about creating an eCommerce website from scratch including the front end and the back end.
Instructor’s Lifetime Support
If you didn’t understand something while learning from this course then don’t worry at all. The instructors are available to answer your questions and help you out with solving your coding problems. We will never leave you stuck.
Money Back Guarantee
No worries. If you don’t like our course and you are not satisfied then Udemy has a 30 day money-back guarantee. So what more are you waiting for? Join the course today and enjoy learning about eCommerce websites.
-
1Overview of the eCommerce Website
In this lecture, we are going to give you an introduction of what we are going to learn in this course and what our project looks like.
-
2Laravel Installation on Windows
In this lecture, you will learn installing Laravel on windows if you are using microsoft windows.
-
3Laravel Installation on MAC
In this lecture, you will learn how to install Laravel framework on Mac operating system.
-
4Directory Structure
In this lecture, we'll install the necessary tools to start this project.
-
5Routes Controllers & Views
In this lecture, you will learn about downloading the main template for our e-commerce store in PHP and MYSQL.
-
6Blade
In this lecture, I will teach you how to break the template to make it clean.
-
7Sass, Mix & Webpack
In this lecture, we will setup sass, mix and webpack directories for smooth running of the Laravel framework.
-
10Setting up Database, Migration and Auth
In this lecture, you will learn about setting up database, migration and authentication.
-
11Creating Register Page
In this lecture, we will learn creating the register page for the home page of the eCommerce store.
-
12Register & Logout Page
In this lecture, we will create the logout page and work on the register page for the users.
-
13Form Error Handling
In this lecture, we will create error handling script for the form so if there is any error then user will be informed.
-
14User Login Page
In this lecture, we will create the login page for users who can login to their account on this eCommerce website.
-
15Setting Up Admin Panel
In this lecture, we will setup the admin panel main page and then we will add more content to it.
-
16Admin Middleware
During this lecture, we will setup the admin middleware.
-
17Admin Panel Sidebar Menu
In this lecture, we will create the sidebar menu for the admin panel so admin can easily go through the links.
-
18Setting Up Products in Admin Panel
In this lecture, we will setup products in the admin panel so we can display it on the website.
-
19Products, Colors and Category Migration and Model Setup
Products, Colors and Category Migration and Model Setup
-
20Storing Categories
In this lecture, you will learn storing categories in the admin panel.
-
21Display and Delete Categories
In this lecture, you will learn displaying and deleting categories in the admin panel.
-
22Display Flash Messages
In this lecture, we will work on displaying the flash messages in the admin panel.
-
23Adding Colors
Adding colors to the links and sections of the admin panel.
-
24Designing Create Product Page
In this lecture, we will design the create product page in the admin panel area.
-
25Store & Display Products
in this lecture, you will learn storing and displaying products in the admin panel.
-
26Products Table
In this lecture, you will learn about the products table which we will create for the admin panel.
-
27Edit and Update Product
In this lecture, you will learn about edit and update product.
-
28Setting up Front end Pages
In this lecture, you will learn setting up front end pages for the main website of this eCommerce.
-
29Product Box Component
In this lecture, we will create product box component for the admin panel.
-
30Styling Product Box Component
Styling Product Box Component
-
31Fixing Product Box & Links
Fixing product box and links
-
32Product Page Setup
In this lecture, you will learn about product page setup in the admin panel.
-
33Product Page Styling
In this lecture, you will learn styling the product page in the admin panel.
-
34Intro to Session & Cart
In this lecture, we will learn IMT to session and cart.
-
35Add to Cart
In this lecture, we will create the Add to cart script for this eCommerce website.
-
36Cart Success Popup
In this lecture, cart success popup script for ecommerce website.
-
37Cart Page Setup
In this lecture, Cart Page Setup
-
38Cart Page Styling
In this lecture, Cart page styling in admin panel.
-
39Cart Class For Easy Calculations
In this lecture, you will learn cart class for easy calculations.
-
40Remove from Cart
In this lecture, you will learn remove products from the cart.
-
41Checkout Page
In this lecture, you will learn creating the checkout page.
-
42Stripe Payment Gateway Setup
In this lecture, we will create the stripe payment gateway for this eCommerce website.
-
43Stripe Frontend Setup
In this lecture, you will learn stripe fontend setup for this eCommerce website in PHP and MySQL.
-
44Stripe Backend Setup
In this lecture, you will learn to create the backend setup of stripe payment gateway.
-
45Orders Database Migration & Model Setup
In this lecture, you will learn to manage orders. We will database migration and model setup.
-
46Storing Orders
In this lecture, you will learn storing orders in the database.
-
47Show Order Success Message & Cart Count
In this lecture, you will learn how to show order success message and cart count.
-
48User Account Page
In this lecture, we will create the user account page.
-
49Display Orders in Admin Panel
In this lecture, you will learn display orders in admin panel.
-
50Order Details Page
In this lecture, you will learn to create order details page.