PHP code example of manaticr / trichechus

1. Go to this page and download the library: Download manaticr/trichechus 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/ */

    

manaticr / trichechus example snippets


composer 

$config['config_split.config_split.dev']['status'] = TRUE;

$config['environment_indicator.indicator']['bg_color'] = '#FF0100';
$config['environment_indicator.indicator']['fg_color'] = '#FFFFFF';
$config['environment_indicator.indicator']['name'] = 'Live';

$settings['default_content_deploy_content_directory'] = '../content';

  "extra":
    "symlinks": {
      "vendor/enyo/dropzone": "web/libraries/dropzone"
    }
  }