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 !!
This project is for employee management.Employee can register himself and employee can assign a salary for employee...
git clone https://github.com/GaneshKhadka/Employee-management-system-in-laravel.git
cd Employee-management-system-in-laravel composer install
Ajust the database information, then:
php artisan migrate
php artisan db:seed
Admin Account: ['email' => 'ganeshkhadka46@gmail.com', 'password' => 'admin123']
Employee Account: ['email' => 'employee1@gmail.com', 'password' => 'employee123']