In this course, we’re gonna learn from scratch and step by step, how to create a complete Laravel E–commerce WebApplication with seven different credit cards for payment: Visacard, MasterCard, AmericanExpress, UnionPay, Diners Club, JCB, and Discover, and PayPal.
We’re gonna learn :
How to create and view products, products categories, sliders;
How to select a product by category;
How to add products to cart;
How to update products item quantity and how to remove item products;
How to customize checkout form for online payment with stripe API;
How to customize checkout form for online payment with PayPal API;
How to save and display Client orders;
How to export Client orders from Laravel to PDF.
In this course, we will learn from scratch, step by step, the basics of Laravel. We are going to code with Laravel 7.X.
We will learn:
On setting up a Laravel project. We will see in great detail how to set up a Laravel project;
The Model View Controller concept;
The Basic Routing;
With much more details on the Controllers (extending between models and views);
How to use the Blade templating template in a Laravel project. Which has the role of being able to avoid the reuse of similar HTML codes;
Instructor Details
Courses : 1
Specification: Laravel 8.X and 7.X from beginners to master.
|
2 reviews for Laravel 8.X and 7.X from beginners to master.
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 19 hours |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | Yes |
Year | 2021 |
$19.99 $9.99
Reyzaldi Indra –
no caption. hard to understand.
Ruby Rae Olaya –
There are some things that could be changed like: using the users table, instead of creating another table called profiles table. This could save a lot of time if ever you will create another table called Roles and we will just update the User Model to make use of different data relationships. using class {{ (request() >is(‘admin/user/show/12’)) ? ‘active’ : ” }} instead of using the session class as it would make the browser to use more memory. Overall, it was a great experience.