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

mrtsglk's avatar

Envoyer Deploying Current Folder

I am using envoyer to deploy. I do not use a forge. When I deploy, the current and releases folders are created on the server. But the project is not working in the current folder is working in the main directory How can I set this up?

0 likes
1 reply
ejdelmonico's avatar

You need to adjust the public path to be equal to the current directory. With Envoyer, the site will be served out of the current directory...releases are the deploys. Envoyer uses linking to set the current site. Whether you are using Apache or Nginx, you need to make sure the path is correct.

Please or to participate in this conversation.