sreejithbs / Laravel-eCart-Native-using-Session

Laravel Cart functionality with add to cart and update and delete cart products, view order history and checkout using Stripe Payment Gateway.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel eCart Native using Session

Laravel eCart Native using Session is a basic Laravel Cart functionality with add to cart and update and delete cart products, view order history and checkout using Stripe Payment Gateway. No Cart package used.

Installation

  1. CLONE the package via the command line:
  git clone https://github.com/sreejithbs/Laravel-eCart-Native-using-Session.git
  1. Change into the working directory
  cd Laravel-eCart-Native-using-Session
  1. Open Project in a Code Editor, rename .env.example to .env and modify DB name, username, password to your environment.

  2. Install composer dependencies

  composer install
  1. An application key can be generated with the command
  php artisan key:generate
  1. Migrate the database along with DB seed
  php artisan migrate --seed
  1. Run the artisan serve command
  php artisan serve
  1. Sign Up for a new account to get login credentials.

Screenshots

image


image


image


image

License

This project is open-source and licensed under the MIT license

Made with ❤ in Laravel

About

Laravel Cart functionality with add to cart and update and delete cart products, view order history and checkout using Stripe Payment Gateway.


Languages

Language:PHP 75.9%Language:HTML 23.1%Language:Vue 0.5%Language:ApacheConf 0.5%