Skip to content

Employee management system.This is a project based on laravel framework.You can fork it and can download or clone it.You can also help to make the software to make it better.

License

Notifications You must be signed in to change notification settings

ibourgeois/ems

 
 

Repository files navigation

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

login page

User management

user management screenshot

Salary management

salary management

Leave management

leave management

Event 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' => 'ganeshkhadka46@gmail.com', 'password' => 'admin123']
Employee Account: ['email' => 'employee1@gmail.com', 'password' => 'employee123']

About

Employee management system.This is a project based on laravel framework.You can fork it and can download or clone it.You can also help to make the software to make it better.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.3%
  • PHP 24.5%
  • Other 0.2%