I'm trying to set template.xml to use an absolute path but it doesn't seem to be working. It seems to just append the absolute path to an already existing path (which in my scenario, is my /home/.composer/vendor/phpdocumentor/phpdocumentor directory).
Excerpt from output (using --template="/var/www/config/phpDocumentor/template.clean/"):
[phpDocumentor\Transformer\Exception]
Unable to read the source file: /home/lamoni/.composer/vendor/phpdocumentor/phpdocumentor/src/phpDocumentor/Transformer/../../../../templates/abstract//var/www/config/phpDocumentor/template.clean/htaccess.dist
Hello all,
I'm trying to set template.xml to use an absolute path but it doesn't seem to be working. It seems to just append the absolute path to an already existing path (which in my scenario, is my /home/.composer/vendor/phpdocumentor/phpdocumentor directory).
Excerpt from output (using --template="/var/www/config/phpDocumentor/template.clean/"):
And my template:
Is there a correct way to override that prepended path? Or is it convention that we put the templates in that folder, or is this an actual bug?