An open API service indexing awesome lists of open source software.

https://github.com/wasilolly/employee-payroll-with-laravel-framework

Employee Payroll System using Laravel Framework
https://github.com/wasilolly/employee-payroll-with-laravel-framework

bootstrap css employee-management hrm html human-resources laravel laravel-application mysql-database payroll-management php7

Last synced: 3 months ago
JSON representation

Employee Payroll System using Laravel Framework

Awesome Lists containing this project

README

          

# Employee-Payroll-with-laravel-framework

Features


  • CRUD function on Employee/Role/Department/Payroll model

  • Can grant/revoke admin priviledges

  • Admin priviledges includes delete action on threads and users

  • Download pdf version of all payrolls and employee data



How to use


  • Clone the repository with git clone

  • Copy .env.example file to .env and edit database credentials there

  • Run composer install

  • Run php artisan key:generate

  • Run php artisan db:seed