This is a e-commerce platform I made mostly using Laravel ^8.3
| Features | Requirements | Install | How to setting | License |
- Automatic cross sell / up sell / related product offerings
- Open Source
- Ecommerce Solution
PHP = ^7.3|^8.0
laravel-ui = ^3.2
Clone repo
git clone https://github.com/Md-shefat-masum/Laravel-Ecommerce.git
Install Composer
composer update/install
composer install
Install Nodejs
NPM dependencies
npm install
Using Laravel Mix
npm run dev
Go into .env file and change Database and Email credentials.
php artisan migrate
php artisan db:seed --class=UserSeeder
php artisan db:seed --class=UserRoleSeeder
php artisan db:seed --class=DatabaseSeeder
Generating a New Application Key
php artisan key:generate
Copyright (C) 2021 HungryCoders.
⬆ back to top