
At the end of this lecture, you are going to be able to install Laravel framework.
You are going to learn how to create a database and connect the database to your Laravel project
At the end of this lecture you will learn how to startup the login and registration system in Laravel
At the end of this lecture you will learn how to import templates into our laravel project
In this lecture you will learn how to import your desired Authentication template and how to integrate it using the Laravel authentication system.
You will learn how to add products with images into the database
You will learn how to view the cartlist using the session_id.
You will learn how to view the cartlist using Auth_id.
You will learn how to get the total of each products in the cart as well as the total cart amount.
You will learn how to update, delete and clear products in our cart using simple commands
This lecture handles the checkout system, that is the address of the user. You will learn how to save the users billing or shipping address in the database.
You will learn how to initialize and receive payment using the payment gateway known as paystack.
In this lecture you will learn how to get the email and amount from the user making the transaction.
We are going to see how to redirect to a different page after making successful payments
You will learn how the users can view their completed orders.
You will learn how the admin can see the orders made as well as the orderdetails.
Laravel is an open-source PHP framework, which is robust and easy to understand.
Laravel has made web programming soo much easier that you do not have to start writing long codes for your website. Once you are acquainted with the documentation, it makes life soo much easy. This is wat we strive to achieve in this course. Developing our ecommerce website in an effective yet easy way.
This course , with the use of Laravel, will enable you to develop a user friendly project . Our project will be a simple e-Commerce website. In The this course functions such as these will be handled:
Admin and user login and register system: This will enable admin or users to make changes related to their roles. For example, the admin can add, delete and update logged in or registered users, add or modify product or services and so on. On the other hand, the user can make changes such as updating his or her account, make orders for a product and so on.
Importing user and admin template
Data | products upload from the admin panel and display on the project page.
Database storage and query: This means storing data in our database and retrieving the data when necessary.
checkout and order details.
One payment and delivery methods.
This is a basic course to learn how to create an ecommerce website in just few hours.