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

kkhicher1's avatar

Laravel Application Deploy in Sub Directory

i want to deploy my laravel app to my current live domain.

example

root domain - example[dot]com

on this domain i created (shared hosting) sub folder named career

i deploy my laravel project to career folder

and i want to access like - exmple[dot]com/career

0 likes
2 replies
Snapey's avatar

however you may also have problems with the asset and public path helpers

Laravel is not designed to be installed in a subfolder so make sure you create a similar situation in your dev environment and test everything there first

1 like

Please or to participate in this conversation.