Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 582 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 582 Bytes

Laravel Ecommerce 🛰 Shoping Cart

This is a Ecommerce Cart application built with the Laravel and integrated with Stripe payment gateway.

Usage

  1. Clone this repository git clone https://github.com/sudipsingh04/Shoping-Cart.git
  2. composer install
  3. php artisan key:generate
  4. cp .env.example .env and configure your database in .env file.
  5. Run migration to create tables in database. php artisan migrate --seed
  6. Final step run project server. php artisan serve,

Now test it in your browser.