PHP code example of sle / phing-typo3-deployer

1. Go to this page and download the library: Download sle/phing-typo3-deployer 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/ */

    

sle / phing-typo3-deployer example snippets


       # Base directory configuration
       base.dir = /home/www/p<XXXXXX>/html/<project-dir>

       # Commandline configuration
       cmd.php = php_cli
       cmd.composer = composer