1. Go to this page and download the library: Download hamkamannan/adminigniter 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/ */
hamkamannan / adminigniter example snippets
public $defaultUserGroup = 'user';
public $views = [
'login' => 'hamkamannan\adminigniter\Views\auth\login',
'register' => 'hamkamannan\adminigniter\Views\auth\register',
'forgot' => 'hamkamannan\adminigniter\Views\auth\forgot',
'reset' => 'hamkamannan\adminigniter\Views\auth\reset',
'emailForgot' => 'hamkamannan\adminigniter\Views\auth\emails\forgot',
'emailActivation' => 'hamkamannan\adminigniter\Views\auth\emails\activation',
];
public $allowRegistration = true;
public $