Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganeshkhadka/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.
https://github.com/ganeshkhadka/employee-management-system-in-laravel
laravel laravel-framework php php7
Last synced: 27 days ago
JSON representation
Employee management system.This is a project based on laravel framework.You can fork it and can download or clone it.
- Host: GitHub
- URL: https://github.com/ganeshkhadka/employee-management-system-in-laravel
- Owner: GaneshKhadka
- License: mit
- Created: 2019-03-08T08:17:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:21:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:04:19.262Z (27 days ago)
- Topics: laravel, laravel-framework, php, php7
- Language: HTML
- Homepage:
- Size: 12.5 MB
- Stars: 161
- Watchers: 11
- Forks: 85
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/15700384/56889193-7b21e100-6a95-11e9-8e5a-144050628106.png)# User management
![user management screenshot](https://user-images.githubusercontent.com/15700384/56889471-1e72f600-6a96-11e9-9591-89faf0f20715.png)# Salary management
![salary management](https://user-images.githubusercontent.com/15700384/56889637-a1944c00-6a96-11e9-9fef-efec4e27dc40.png)# Leave management
![leave management](https://user-images.githubusercontent.com/15700384/56889755-ffc12f00-6a96-11e9-9886-571bbfa7b3e8.png)# Event management
![event management](https://user-images.githubusercontent.com/15700384/56889858-634b5c80-6a97-11e9-9bd5-322a547f58cc.png)## 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']