Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 577 Bytes

File metadata and controls

19 lines (15 loc) · 577 Bytes

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