robertantonyjaikumar / people10
Console Application
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/robertantonyjaikumar/people10
Requires
- php: ^7.0
- laravel/framework: ^6.2
This package is not auto-updated.
Last update: 2025-12-04 17:55:52 UTC
README
- Install using command
composer require robertantonyjaikumar/people10 - Copy
\People10\People10ServieProvider::classpaste underconfig/app.phpfile - Run
php artisan config:cache - Run
php artisan vendor:publishand publish People10\People10ServieProvider - Run
php artisan migrate - Add Application base URL in .env
APP_URL
Employee Commands
- php artisan employee:set {emp_id} {emp_name} {ip_address} to create employee
- php artisan employee:get {ip_address} to get employee details
- php artisan employee:unset {ip_address} to delete employee
Employee Web History Commands
- php artisan employeeWebHistory:set {ip_address} {url} to create employee
- php artisan employeeWebHistory:get {ip_address} to get employee details
- php artisan employeeWebHistory:unset {ip_address} to delete employee