Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

basiltap's avatar

Several Laravel Apps in Namecheap Shared Hosting?

Hi there! I just wanted to have an advice. For small apps and apis with just a few visits and calls, coud it be a good idea to have several laravel apps in a shared hosting? I use to have namecheap hosting for single apps, and works well, but never tried it with several apps, some advice? Thanks

0 likes
11 replies
Tray2's avatar

You could switch it around and build several apps in one Laravel project.

2 likes
webrobert's avatar

@basiltap, I run multiple (small) sites this way (bluehost shared) hosting. The only gotchas have been accessing composer correctly and making sure the correct php version is being used for each site.

Edit: My account allows for what bluehost calls “add on” domains. Each domain I point to a specific directory.

Sinnbeck's avatar

@webrobert If you found a way to get that working flawless, a small guide would be awesome. Would help alot of people

webrobert's avatar

@Sinnbeck will do. I’d be happy to walk someone thru it who uses bluehost. (To confirm it works for others) it may be relevant that I’ve been a customer for idk 🤷‍♂️ near twenty years there. So I don’t know if I have a “special” account.

In any case, since the last launch debacle I am writing a personal sop. Since typically I find myself making projects in binges. I’m literally deploying a small personal shopping list app there today.

Sinnbeck's avatar

@webrobert sounds great. Personally I prefer my own Linux servers like do droplets or similar. But would be great for the community for those who use shared

Sinnbeck's avatar

@webrobert Brilliant! I honestly never write myself, but I think dev.to allows you to write guides?

basiltap's avatar

Wow! Thanks, @webrobert I will try the next few days and will send some feedback

1 like
webrobert's avatar

@basiltap, glad it helped. Please do.

Also, I have updated the answer and created a post for the SOP on Dev.to as @sinnbeck suggested.

Please or to participate in this conversation.