- php: ^7.2.5
- fideloper/proxy": ^4.2
- fruitcake/laravel-cors": ^1.0
- guzzlehttp/guzzle": ^6.3
- laravel/framework": ^7.0
- laravel/tinker": ^2.0
- Application hosting: Heroku
- Database server: MySQL
Setup your local database config with .env and remote
heroku config:set DB_DATABASE=... DB_USERNAME=... DB_PASSWORD=...
Then run either locally or from Heroku shell
php artisan migrate:fresh && php artisan db:seed
Afterwards it's time to push local git repository to remote Heroku branch, Procfile is included.
Or use make(1) for rapid deployment, Makefile is included.
That's pretty much it at the moment.