- ⌂ io_comand_publication
- Configurations
- Content Types
Publication Configuration
The Publication configuration specifies where files are published.
- publish_path - Path to the root folder where files will be published. Default is files/publications under the COMAND home folder.
Example
To override defaults, add the following section to the COMAND Package Configuration.
<?php
/**
* COMAND Configuration.
*/
$config = [
'io_comand_publication' => [
'publication' => [
'publish_path' => '/var/www/html'
]
]
];