Human Resource Management System is a combination of systems and processes that connect human resource management and information technology through HRMS software.
Each module performs a separate function within the HRMS that helps with information gathering or tracking. HRMS modules can assist with:
- Employee Management
- Leave Management
- Attendance Management
- Team Management
- Asset/Resource Management
Documentation for the framework can be found on the Laravel website.
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Make your changes
4. Run the tests, adding new ones for your own code if necessary (phpunit)
5. Commit your changes (git commit -am 'Added some feature')
6. Push to the branch (git push origin my-new-feature)
7. Create new Pull Request
The project is available to be used freely for personal and educational purposes, cloning the project does not gives you any rights to sell it online/offline.
The Laravel framework is open-sourced software licensed under the MIT license.
- PHP version 5.6+
- PHP Mcrypt
- PHP Mysql
- Composer
- mbstring
- dom extention
It is preferred to have git setup installed on your local system.
Once downloaded/cloned go to the project directory on terminal/command line and run composer install or composer.phar install
Once composer is installed, run migration:
php artisan migrate
After migration, run the database seeder:
php artisan db:seed
Once done migrating and seeding you will have default user:
email: email@gmail.com
password: 123456