DEV Community

Cover image for How to create Laravel - E Commerce Website
vinoth
vinoth

Posted on

How to create Laravel - E Commerce Website

Laravel E Commerce Website
I created the E commerce website using Laravel framework

Home page

Download Source Code

◽Check it out Link
Github

Features

  • Home page, Header and Footer

  • Login, Admin login and Register page

  • Add to Cart function, Show cart list page and Remove cart

  • Place your order, Check order details

How to Install?

  • Clone the repository Link
  • Rename .env.example file to .env
  • Create database
  • Run composer install or composer update
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed

This project useful for beginners, if you have any queries and suggestions leave them in the comments section

Top comments (0)