Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 1.47 KB

README.md

File metadata and controls

78 lines (62 loc) · 1.47 KB

About

A simple online shop integrated with api raja ongkir (https://rajaongkir.com/)

Built With

Framework

Library

Api

Package

Overview

Getting Started

Installation

  • Clone the repo, then enter the project directory with terminal
composer install
cp .env.example .env
php artisan key:generate
  • Create new database, then change the .env
php artisan migrate
  • Dummy data
php artisan db:seed --class=LeagueSeeder
php artisan db:seed --class=JerseySeeder
php artisan db:seed --class=UserSeeder
  • Run
php artisan serve