Employee Management
Employee Management Application using Livewire
- PHP 8.1.10
- Laravel 10.1.5
- livewire 2.11
- Employee Management
- list of employees with search.
- filter by employee name and department.
- create , update & delete employees.
- System Management
- country
- state
- city
- department
- User Management
- Authentication
git clone https://github.com/MobinaJafarian/EmployeeManagement.git
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
then
php artisan serve
npm install && npm run dev
Created by @MobinaJafarian - feel free to contact me!