#Best way to host a simple Laravel blog for free in 2026?

4 messages · Page 1 of 1 (latest)

torpid pasture
#

Hey guys! đź‘‹

I’m building a tiny Laravel project for a friend—basically a simple book review blog. It’s just a home page with the feed, a show page for the reviews, and a basic dashboard so she can upload text and images.

The catch? She has zero budget for hosting and doesn't mind using a subdomain.

I’m looking for advice on the best way to host this for $0/month. I’m mostly worried about the database and where to store the images without hitting a paywall or dealing with ephemeral storage issues.

What’s your go-to stack for 'free' Laravel hosting these days? Any tips on keeping it simple?

Thanks a ton! 🙏

steep hedge
#

localhosti think you can use free tier on cloudflare/vercel + neondb

torpid pasture
#

Thanks! Does Laravel run smoothly on Vercel/Cloudflare without much configuration? And what about image storage (book covers)?

steep hedge