PHP code example of digitalist-open-cloud / extratools

1. Go to this page and download the library: Download digitalist-open-cloud/extratools library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

digitalist-open-cloud / extratools example snippets


[ExtraTools]
db_backup_path = "/var/www/html/tmp"
sh
    echo "[General]" > /var/www/html/config/common.config.ini.php; \
    echo "always_load_commands_from_plugin=ExtraTools" >> /var/www/html/config/common.config.ini.php; \