Laravel 12 Employee Management System with Auth & CRUD – Free Source Code
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:
- Download the source code
- Run composer update
- Migrate the tables: php artisan migrate
- Seed the admin: php artisan db:seed
- Start the server: php artisan serve
Demo