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
A shopping cart which can to be used universally for all types of Ecommerce Websites
Project has been developed using Laravel and Bootsrap, You can seed the database and Customize as you want
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
Password : password
Update any of the user's role field to 'admin' in users table for access of admin panel
Or
UPDATE `users` SET `role` = 'admin' WHERE `users`.`id` = 1;
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Free to Use, The actual licence is under Technalatus