Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 447 Bytes

Info

Frontend UI

Run Locally

git clone https://github.com/AdiCahyaSaputra/dashwire-be
cd dashwire-be
composer install
mv .env.example .env
php artisan key:generate

then setup your own database config

php artisan migrate:fresh --seed
php artisan serve