1. Go to the directory.
2. Copy '.env.example' file and paste as '.env'.
3. Edit the '.env' file and enter your mysql user credentials.
4. Run these commands in terminal.
composer install
php artisan migrate
php artisan db:seed
(Optional: If you want to run test, run this command.)
php artisan test
5. Lastly, run this command to serve.
php artisan serve