Skip to content

baklysystems/GravityHR

 
 

Repository files navigation

GravityHR - Human Resource Management System

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

GravityHR 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:

  1. Employee Management
  2. Leave Management
  3. Attendance Management
  4. Team Management
  5. Asset/Resource Management

Official Documentation of Framework

Documentation for the framework can be found on the Laravel website.

Project License

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Requirement

  1. PHP version 5.6+
  2. PHP Mcrypt
  3. PHP Mysql
  4. Composer
  5. mbstring
  6. dom extention

Installation

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 install composer:

composer 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: info@gravitybpo.com
password: GravityBPO123

Credit to the original developer, kmanjari - https://github.com/kmanjari/hrms

About

Laravel based human resource management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.1%
  • JavaScript 35.5%
  • CSS 15.8%
  • PHP 3.5%
  • PLpgSQL 0.1%
  • Shell 0.0%