Employee management system in PHP is a simple CodeIgniter project to Manage Departments, Manage Staff, Manage Salary, Create Invoice Salary, Cenerate PDF Salary. Project easy install and compatible with PHP version 5.6 and newer.
Instructions: How to install script
- Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
- Download and extract the project and copy to web server directory ( eg xampp/htdocs, wamp/www, lamp var/www/HTML, ampps/www);
- Access phpMyAdmin (eg. URL “http://localhost/phpmyadmin“) to make a new database, then import database file ci_ems.sql ;
- Open file database.php (in directory application/config) to configuration database connection:
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'ci_ems',
'dbdriver' => 'mysqli',
- Run URL: http://localhost/project_name/
- Login account:
** Admin Login Details **
Username: admin
Password: password0101
**Employee Login Details**
Email : employee@demo.com
Password: 123456
Tags
management