Setup heroku-specific laravel config
because I user heroku for my hosting platform, I need to set my database & logging setting to follow heroku's style
some references if you wish to do the same:
- for setting laravel's database to use DATABASE_URL env var : https://mattstauffer.com/blog/laravel-on-heroku-using-a-postgresql-database/
- heroku's docs on setting laravel logging: https://devcenter.heroku.com/articles/getting-started-with-laravel#changing-the-log-destination-for-production
some references if you wish to do the same:
- for setting laravel's database to use DATABASE_URL env var : https://mattstauffer.com/blog/laravel-on-heroku-using-a-postgresql-database/
- heroku's docs on setting laravel logging: https://devcenter.heroku.com/articles/getting-started-with-laravel#changing-the-log-destination-for-production