This project using laravel version 7
- Download PHP https://www.php.net/downloads.php
- Download composer https://getcomposer.org/
- Download yarn https://classic.yarnpkg.com/en/
- Check if success install PHP and composer
php --version
composer --version
yarn --version
- Clone with
ssh
git@github.com:luthfyhakim/auction-ukk.git
- Clone with
https
https://github.com/luthfyhakim/auction-ukk.git
switch to the repo folder
cd auction-ukk
composer update
yarn install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
Package Laravel yang berisi data Provinsi, Kabupaten / Kota, dan Kecamatan / Desa di seluruh Indonesia. https://github.com/laravolt/indonesia
php artisan laravolt:indonesia:seed
defaut host port running dev http://localhost:8000
php artisan serve
Auction Ukk by luthfyhakim
Untuk memenuhi project UKK 2023 dengan kode soal
lelang
SMK Negeri 2 Trenggalek