Heroku free plan changes #361
Replies: 2 comments 3 replies
-
Option 1 - Contact [email protected] and they might give credits to allow hosting on Heroku for free. Option 2 - Vercel is a good free option and they support PHP as well, although with some requirements including that the source folder needs to be named Option 3 - Fly.io - Requires Docker files (adding files from #322 may make it work) Option 4 - Any hosting site with PHP installed (eg. 000webhost, frewha, etc) - I haven't tested it, but it should be possible to host the files on any server that gives FTP access and supports running composer install. Option 5 - Self-hosting is also an option, you can run it locally with composer install, composer start, and set up port forwarding to a public address (eg. ngrok?) There aren't really many good free options as far as I can tell unless you can get Heroku to cover credits and make it free. |
Beta Was this translation helpful? Give feedback.
-
What alternatives are there for Heroku?
Is there some guide on how to properly put the readme streak stats on them aswell?
Beta Was this translation helpful? Give feedback.
All reactions