This project was built using Laravel 12. It's a simple employee management system where the admin can create, update, and delete employees, also he can manage attendance and holiday requests.

The admin can also download an employee's CV as a PDF, and the same for holiday requests.

How to use:

  1. Download the source code
  2. Run composer update
  3. Migrate the tables: php artisan migrate
  4. Seed the admin: php artisan db:seed
  5. Start the server: php artisan serve

Demo