All Projects → GaneshKhadka → Employee-management-system-in-laravel

GaneshKhadka / Employee-management-system-in-laravel

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

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Employee-management-system-in-laravel

opencore
OpenCore - Laravel for OpenCart
Stars: ✭ 42 (-56.25%)
Mutual labels:  laravel-framework
laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Stars: ✭ 927 (+865.63%)
Mutual labels:  laravel-framework
teamo-ddd-example
Implementing Domain Driven Design in PHP using Laravel
Stars: ✭ 46 (-52.08%)
Mutual labels:  laravel-framework
laravel-speaks-arabic
حزمة خفيفة الوزن تسهل التعامل مع المفاهيم العربية في لارافيل، بإستخدام مجموعة من الفئات، الأساليب والتوابع لجعل لارافل يتحدث العربي! مفاهيم من مثل السلاسل النصية العربي والتواريخ الهجرية وغيرها
Stars: ✭ 49 (-48.96%)
Mutual labels:  laravel-framework
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (-51.04%)
Mutual labels:  laravel-framework
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-69.79%)
Mutual labels:  laravel-framework
Forum-Advanced
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 14 (-85.42%)
Mutual labels:  laravel-framework
email-checker
Provides email verification on the go.
Stars: ✭ 116 (+20.83%)
Mutual labels:  laravel-framework
laravel-5.7-email-verification-and-auth-via-api
Laravel 5.7 Email verification and Authentication via API
Stars: ✭ 22 (-77.08%)
Mutual labels:  laravel-framework
artisan-shortcuts
🍰 Register shortcuts to execute multiple artisan commands
Stars: ✭ 56 (-41.67%)
Mutual labels:  laravel-framework
dashboard
Simple Arabic Laravel Dashboard , has basic settings and a nice layout . to make it easy for you to create fast dashboard
Stars: ✭ 176 (+83.33%)
Mutual labels:  laravel-framework
ai-cms
Free and open source Manga CMS (Deprecated!)
Stars: ✭ 35 (-63.54%)
Mutual labels:  laravel-framework
laravel-qr-code-login
Today I will be showing you how to implement Laravel login with QRcode in a website. You can use my Laravel Starter so you can start the project in one minute .
Stars: ✭ 72 (-25%)
Mutual labels:  laravel-framework
api
Central API for Prisma
Stars: ✭ 45 (-53.12%)
Mutual labels:  laravel-framework
crater
Open Source Invoicing Solution for Individuals & Businesses
Stars: ✭ 5,938 (+6085.42%)
Mutual labels:  laravel-framework
edms
An Electronic Document Management System for Universities using Laravel
Stars: ✭ 44 (-54.17%)
Mutual labels:  laravel-framework
LaraShop
Simple PHP shop CMS based on Laravel 5.1
Stars: ✭ 73 (-23.96%)
Mutual labels:  laravel-framework
laravel-online-migrator
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
Stars: ✭ 43 (-55.21%)
Mutual labels:  laravel-framework
mammaskitchen
A Simple Restaurant Management
Stars: ✭ 72 (-25%)
Mutual labels:  laravel-framework
jikkyo-api
ニコニコ実況 過去ログ API(非公式)
Stars: ✭ 17 (-82.29%)
Mutual labels:  laravel-framework

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']

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].