项目作者: alshoja

项目描述 :
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
高级语言: HTML
项目地址: git://github.com/alshoja/lens-shopping-cart.git
创建时间: 2019-06-09T06:26:14Z
项目社区:https://github.com/alshoja/lens-shopping-cart

开源协议:GNU General Public License v3.0

下载


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)
  1. git clone https://github.com/alshoja/lens-shopping-cart.git
  1. composer install
  1. cp .env.example .env

2.Update the Env

  1. DB_DATABASE=''
  2. DB_USERNAME=''
  3. DB_PASSWORD=''

3.Migrate and Seed the database

  1. php artisan migrate --seed

You can find the demo Here

Demo

  • Username :(Copy from users table after seeding)
  • Password : password

    1. 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

    1. 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