robertantonyjaikumar / people10
Console Application
dev-master
2020-05-13 05:25 UTC
Requires
- php: ^7.0
- laravel/framework: ^6.2
This package is not auto-updated.
Last update: 2024-11-07 12:54:57 UTC
README
- Install using command
composer require robertantonyjaikumar/people10
- Copy
\People10\People10ServieProvider::class
paste underconfig/app.php
file - Run
php artisan config:cache
- Run
php artisan vendor:publish
and 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