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

Wisdomugo1's avatar

I want to deploy my laravel5.4 application on an addon domain on a shared hosting server

Please I need good guidance. I want to deploy my laravel5.4 application on an addon domain on a shared hosting server. The tutorials i find online are not easy to understand as they don't talk of deploying into an addon domain. I need guide on how to go about it. Thank you please.

0 likes
3 replies
rumm.an's avatar

What hosting provider are you using?

I have experience with godaddy shared hosting. You can follow these steps (even if you are not using godaddy).

  • Make a folder yoursite.org in your public_html folder.
  • Upload your laravel project to this folder (yoursite.org).
  • Make addon Domain with Document root at yoursite.org/public folder.
  • Make sure you have ssh access so that you can issue commands if needed.

Hope it helps!

Please or to participate in this conversation.