Note that You are part of Exova employees
- Clone this repository using this command below (make sure you have git-sm installed)
git clone https://github.com/Exova-Indonesia/exvite.git- After that, open your terminal or cmd and jump into your clone of this repository
- Type command bellow in your terminal or cmd
composer update- After finishing update your dependencies, write command bellow
cp .env.example .envphp artisan key:generate- Now, migrate the migrations (Make your you was connect to database)
php artisan migrate- Last step, migrate all data seeder
php artisan db:seed