Skip to content

Latest commit

 

History

History
executable file
·
101 lines (58 loc) · 2.18 KB

README.md

File metadata and controls

executable file
·
101 lines (58 loc) · 2.18 KB

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