sraban / online-visitor
employee & employee history
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/sraban/online-visitor
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- guzzlehttp/guzzle: ^6.5
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-11-25 04:28:59 UTC
README
#In Laravel 5, 6, 7
Install via composer
composer require sraban/online-visitor
set the database configuration in laravel project & migrate using cli
php artisan migrate
Go to http://myapp/input/console
Web Console Looks like this:
In Ubuntu shell
php artisan ov
If command not availalbe in list or any problem, Add the namespace in Console/Kernel.php in Laravel
protected $commands = [ 'Sraban\OnlineVisitor\Commands\OnlineVisitorCommand' ];
Terrminal Looks like this: