I recently built custom ecommerce sites for a couple of clients, and I decided to make a tutorial from my experience using Laravel to build those sites. In this tutorial, we will build a fully active Laravel Ecommerce site for a mobile phone dealership called https://appleplug.store. Appleplug sells mobile phones and accessories, and they wanted to upgrade their current ecommerce site powered by WordPress to a custom solution.
In this tutorial, we will take on this project and build the ecommerce site.
I'm assuming you already have composer installed, let's start by creating a project in Laravel composer create-project laravel/laravel --prefer-dist ecommerce