Skip to content

wasilolly/Employee-Payroll-with-laravel-framework

Repository files navigation

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