Is it possible to have a setup where Craft Copy will also work, even if the actual Craft installation is not in the root folder? What would be the steps?
Use case: Craft is in headless mode. The JS frontend App lives in a different folder with the App at fortrabbit.
-htdocs
-frontend <- Js in here
-backend <- - Craft CMS in there
Is it possible to run Craft Copy in a sub folder, not root level?
With fortrabbit one can configure Composer to look in a sub folder for the
composer.json
. And the root path can also be set to something else.Is it possible to have a setup where Craft Copy will also work, even if the actual Craft installation is not in the root folder? What would be the steps?
Use case: Craft is in headless mode. The JS frontend App lives in a different folder with the App at fortrabbit.