PHP code example of laemmi / laemmi-yourls-comment-label

1. Go to this page and download the library: Download laemmi/laemmi-yourls-comment-label 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/ */

    

laemmi / laemmi-yourls-comment-label example snippets


define('LAEMMI_EASY_LDAP_ALLOWED_GROUPS', json_encode([
    'MY-LDAP-GROUPNAME' => ['action-edit-comment', 'action-edit-label', 'list-show-comment', 'list-show-label']
]));