• Stars
    star
    153
  • Rank 235,974 (Top 5 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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' => '[email protected]', 'password' => 'admin123']
Employee Account: ['email' => '[email protected]', 'password' => 'employee123']