Skip to content

Shopping Cart allows visitors to your on-line shopping site to collect items in a virtual shopping cart over multiple product web pages without losing the items ordered

License

Notifications You must be signed in to change notification settings

alshoja/lens-shopping-cart

Repository files navigation

Build Status

LenzKart

A shopping cart which can to be used universally for all types of Ecommerce Websites

Look and Feel

Getting Started

Project has been developed using Laravel and Bootsrap, You can seed the database and Customize as you want

Prerequisites

  1. PHP 7.x higher versions
  2. Composer v1.9.0

Features

  • Stock management
  • Two Payment Gateways
    • payubiz
    • payumoney
  • Argon Dashboard

Installing

  1. Clone the project and update the Vendor (Hope Comopser is already installed)
git clone https://github.com/alshoja/lens-shopping-cart.git
composer install
cp .env.example .env

2.Update the Env

DB_DATABASE=''
DB_USERNAME=''
DB_PASSWORD=''

3.Migrate and Seed the database

php artisan migrate --seed

You can find the demo Here

Demo

  • Username :(Copy from users table after seeding)
  • Password : password
Update any of the user's role field to 'admin' in users table for access of admin panel

Or

Update the role in first entry of user as admin

UPDATE `users` SET `role` = 'admin' WHERE `users`.`id` = 1;

Built With

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Alshoja M ikbal - Initial work - Alshoja

Donations

Donations

License

Free to Use, The actual licence is under Technalatus

About

Shopping Cart allows visitors to your on-line shopping site to collect items in a virtual shopping cart over multiple product web pages without losing the items ordered

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published