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

ShadyarBzharOthman's avatar

Hosting laravel multi-tenant application

I want to host my laravel application which I have different tenant 'Database' for each user but I don't know where to host my website because The admin can create new users and for each new user I have a new database

Thanks for answering my question!

0 likes
2 replies
Ben Taylor's avatar

I just host mine on a digital ocean droplet. Works fine for me.

You could use something like phpseclib to dynamically SSH in and create a database for you.

Please or to participate in this conversation.