I am starting a new series in which I will discuss the development process to create an e-commerce website in Laravel 5.4 where customers can register and buy items after login. For payment, I will be using Stripe's payment gateway.
ETL Developer and Software Consultant
I am starting a new series in which I will discuss the development process to create an e-commerce website in Laravel 5.4 where customers can register and buy items after login. For payment, I will be using Stripe's payment gateway.
I discuss the installation and configuration of the development environment.
Learn how to convert an HTML theme to a Laravel 5.4 based template by following easy steps.
In this part, you will learn how to use Laravel Mix for assets management and Blade Template Engine's Layout feature tp define your site theme.
Learn how to use Laravel Dusk Integration Testing framework to test your applications.
Learn how to use migrations and seeders in Laravel to deal with database operations.
Learn how to use Laravel Models and display data in views.
Learn how to use Resource Controller and routes.
In this post, you'll learn how to make a simple shopping cart logic in Laravel 5.4 with MySQL.
Learn how to create orders and use Stripe's payment API to charge credit cards.