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
- PHP 7.x higher versions
- Composer v1.9.0
- Stock management
- Two Payment Gateways
- payubiz
- payumoney
- Argon Dashboard
- 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
- 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 `users` SET `role` = 'admin' WHERE `users`.`id` = 1;
- Laravel - Download Laravel from here.
- Bootstrap - Frontend
- Sweet Alert- Alerts
- Dashboard
- Thanks to W3layouts
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Alshoja M ikbal - Initial work - Alshoja
Free to Use, The actual licence is under Technalatus