- Multi Store
- API RajaOngkir
- PHP Version 7.2 or Above
- Composer
- Git
- Node Js
Use the package manager (composer and npm) for installing
- Do the following commands for installing
git clone https://github.com/rizalpahlevii/online_shop.git
cd online_shop
composer install
npm install
copy .env.example .env
- Create a database online_shop
- Setting database name, username, and password in your .env file
- Do the following instructions if you're done setting database in .env
php artisan migrate
php artisan key:generate
php artisan serve
- Username: [email protected] Password: 12345678