All Projects → kmanjari → Hrms

kmanjari / Hrms

Human Resource Management System automation using Laravel 5.2

Projects that are alternatives of or similar to Hrms

Thumbnail
Thumbnail for a given video using FFMpeg
Stars: ✭ 96 (-2.04%)
Mutual labels:  laravel, laravel-framework
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-20.41%)
Mutual labels:  laravel, laravel-framework
Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (-24.49%)
Mutual labels:  laravel, laravel-framework
Laravel Potion
laravel - Potion is a pure PHP asset manager for Laravel 5 based off of Assetic.
Stars: ✭ 63 (-35.71%)
Mutual labels:  laravel, laravel-framework
Laravel Verify New Email
This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
Stars: ✭ 90 (-8.16%)
Mutual labels:  laravel, laravel-framework
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-32.65%)
Mutual labels:  laravel, laravel-framework
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (-23.47%)
Mutual labels:  laravel, laravel-framework
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-63.27%)
Mutual labels:  laravel, laravel-framework
Blog System In Laravel
Complete Blog System in Laravel
Stars: ✭ 89 (-9.18%)
Mutual labels:  laravel, laravel-framework
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (-17.35%)
Mutual labels:  laravel, laravel-framework
Laravel Course
Laravel Essentials Udemy course Full Source Code
Stars: ✭ 59 (-39.8%)
Mutual labels:  laravel, laravel-framework
Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-6.12%)
Mutual labels:  laravel, laravel-framework
Laravel Compass
A REST client inside your Laravel app
Stars: ✭ 1,002 (+922.45%)
Mutual labels:  laravel, laravel-framework
Gtrader
a trading strategy trainer, back-tester and bot
Stars: ✭ 71 (-27.55%)
Mutual labels:  laravel, laravel-framework
Laravel Ip Gateway
Laravel IP Gateway
Stars: ✭ 37 (-62.24%)
Mutual labels:  laravel, laravel-framework
Laraupdater
Enable Laravel App Self-Update. Allow your Laravel Application to auto-update itself.
Stars: ✭ 75 (-23.47%)
Mutual labels:  laravel, laravel-framework
Laravel Blog 5.6.5
Learning Laravel by making simple Blog
Stars: ✭ 12 (-87.76%)
Mutual labels:  laravel, laravel-framework
Larawiz
Larawiz is a easy project scaffolder for Laravel
Stars: ✭ 28 (-71.43%)
Mutual labels:  laravel, laravel-framework
Brandenburg
Laravel Authentication Package
Stars: ✭ 79 (-19.39%)
Mutual labels:  laravel, laravel-framework
Forsun Laravel
高性能的定时调度服务。
Stars: ✭ 91 (-7.14%)
Mutual labels:  laravel, laravel-framework

Human Resource Management System

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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:

  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.

Contribution for the framework

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Contribution for the project

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

Security Vulnerabilities of framework

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

Security Vulnerabilities of project

If you discover a security vulnerability within the project, please send an e-mail to Kanak Manjari at [email protected]. All security vulnerabilities will be promptly addressed.

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

How can I support developers ?

  • Star our GitHub repo ⭐️
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧
  • Hire us for your next project ❤️

Installation

It is preferred to have git setup installed on your local system.

If you have git on your local, run git clone https://github.com/kmanjari/hrms.git else you can download the zip https://github.com/kmanjari/hrms/archive/master.zip

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 protected]
password: 123456

Demo version of the project can be found over here

Please do not change password on demo site

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].