PHP code example of rhymedigital / contao_backend_rhyme

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

    

rhymedigital / contao_backend_rhyme example snippets


php vendor/bin/contao-console assets:install web --symlink

php vendor/bin/contao-console assets:install public --symlink

/**
 * Element set groups
 */
$GLOBALS['TL_LANG']['VEE']['element_sets']['group_my_element_set_group'] = 'My Awesome Element Sets';

/**
 * Element sets
 */
$GLOBALS['TL_LANG']['VEE']['element_sets']['my_element_set'] = 'My First Awesome Element Set';