JERSIPEDIA (https://jersipedia.ferdirns.com)
A simple online shop integrated with api raja ongkir (https://rajaongkir.com/)
- 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