HRIS
- Clone or Download
- Import database (hris.sql)
- Edit application/config/database.php
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'ccivi',
// put your credentials here
- Edit application/config/config.php
$config['base_url'] = 'http://youbaseurlhere.com';