HACKER Q&A
📣 stefanos82

Cheapest solution for hosting a Laravel app?


I'm currently having fun with Laravel (learning it at the moment), but I would like to test its powers live with various demos I plan to implement.

What is the cheapest solution you can suggest, that is not AWS?

I never understood how AWS work to be honest with you and hearing or reading all these scary stories with overcharging gives me nightmares, just by thinking about it...

Any suggestions please?


  👤 smt88 Accepted Answer ✓
You can have easy or cheap, but you can't have both. Hetzner, Linode, and Digital Ocean are cheap, but you'll have to learn how to set up a server.

You may have a better experience with AWS AppDeploy or Elastic Beanstalk, which can be very cheap (all free tier).

Heroku is probably the easiest, but it's extremely expensive if you need anything beyond the free tier.