/Fix socialite twitter login error on heroku deployment
Found related thread on stackoverflow but decided to try another (presummably better for my case) solution. Turns out it works and decided to add the solution to the stackoverflow thread. Could be useful for somebody else
https://stackoverflow.com/a/65528958/2496217
https://stackoverflow.com/a/65528958/2496217
create basic twiter login
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
Created basic landing page for
I use [chota.css](https://jenil.github.io/chota) because its lightweight and very minimalist, perfect for small MVP
Created basic heroku app for
bought HabitHelper.xyz
Join makerlog
- ◄ Previous
- 1
- Next ►