PHP code example of twin-elements / admin-bundle

1. Go to this page and download the library: Download twin-elements/admin-bundle 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/ */

    

twin-elements / admin-bundle example snippets


<service id="YOUR_CLASS">
    <tag name="twin_elements.role" priority="2-999"/>
</service>

<service id="YOUR_CLASS">
    <tag name="twin_elements.admin_menu"/>
</service>