PHP code example of djordje / li3_usermanager
1. Go to this page and download the library: Download djordje/li3_usermanager 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/ */
djordje / li3_usermanager example snippets
// li3_migrations
Libraries::add('li3_migrations');
Libraries::add('li3_fixtures');
// li3_usermanager
Libraries::add('li3_gravatar');
Libraries::add('li3_behaviors');
Libraries::add('li3_tree');
Libraries::add('li3_access');
Libraries::add('li3_validators');
Libraries::add('li3_swiftmailer');
Libraries::add('li3_usermanager');
Libraries::add('li3_backend');