PHP code example of zr / zr-admin-theme-starter-recipe

1. Go to this page and download the library: Download zr/zr-admin-theme-starter-recipe 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/ */

    

zr / zr-admin-theme-starter-recipe example snippets


$config['environment_indicator.indicator']['name'] = 'Dev';
$config['environment_indicator.indicator']['bg_color'] = '#d8d887';

$config['environment_indicator.indicator']['name'] = 'Stage';
$config['environment_indicator.indicator']['bg_color'] = '#6eb6cb';

$config['environment_indicator.indicator']['name'] = 'Live';
$config['environment_indicator.indicator']['bg_color'] = '#e45656';