-
Create
.env
file in the root with correct MySQL connection config andAPP_KEY
OR configure Heroku config variables with the same values -
Deploy the app to Heroku using github
-
Run
php artisan migrate
in the root to generate tables with mock data