Laravel 8 Employees Management System Project With Source Code
This project was built using Laravel 8 and Adminlte, this is an Employee Management System, we have only one admin user who can log in using Laravel Fortify.
The admin can add update & delete an employee.
The admin generates a list of all employees as a pdf, also he can print work certificates and vacation requests.
This is an advanced laravel project perfect for use and built with love ❤.
How to use :
- Add a new MySQL database name as you want.
- Add the database name to the DB_DATABASE property inside the .env file to connect to your database.
- Run migrations using the command line: php artisan migrate.
- Add admin & employees to the database run the command line: php artisan db:seed.
- Start your server using the command line: php artisan serve.