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

leostereo's avatar

free domain to show my laravel app.

Hi guys, is there some free place where i can upload or create my laravel app. My idea is to be able to show my app to anyone , like a testing enviromoment. Any idea would be wellcoment. Regards. Leandro.

0 likes
3 replies
musa11971's avatar
Level 2

If you temporarily want to showcase your app, you can use ngrok. It will open a tunnel to your local project, and give you a URL that you can share with others.

There are some limitations to the free tier, but it works fine overall.

fylzero's avatar

@leostereo If you run Valet you can use valet share which invokes ngrok.

Another idea is to register a domain for demoing your apps or use a domain you already own and just aim a subdomain at your app.

So if you own www.leosapps.com... setup an A record to point myamazingapp to whatever server you want to reference it on... then you can aim people to myamazingapp.leosapps.com and you can do this for as many apps as you want. This is how I demo apps to clients before launching sites. I just use my company domain and create subdomains for each client website / application.

1 like
topvillas's avatar

Give Heroku a go. There's no better solution for non server peeps.

Please or to participate in this conversation.