Employee-management-system-in-laravel

Employee management system.This is a project based on laravel framework.You can fork it and can download or clone it.

MIT License

Stars
162
Committers
2

ems

This project is based on laravel framework. Admin has all privilege where as employee has certain restriction to access.By default You can register as an employee: http://127.0.0.1:8000/register

You can engage in this project to make this more advanced and you can add new features.You contribution will be highly appreciated !!

Screenshots

Login page

User management

Salary management

Leave management

Event management

Installation

This project is for employee management.Employee can register himself and employee can assign a salary for employee...

Clone the repo

git clone https://github.com/GaneshKhadka/Employee-management-system-in-laravel.git

Composer install

cd Employee-management-system-in-laravel composer install

Database

Ajust the database information, then:

php artisan migrate

Seed the database:

php artisan db:seed

Login credentials

Admin Account: ['email' => '[email protected]', 'password' => 'admin123'] Employee Account: ['email' => '[email protected]', 'password' => 'employee123']

Related Projects