KimmMercadoEwork / payroll-system

Employee Payroll System using Laravel Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • About

    Employee Payroll System using Laravel Framework


    Languages

    Language:PHP 75.5%Language:HTML 24.5%