sraban / online-visitor
employee & employee history
v1.0.2
2020-04-24 06:28 UTC
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- guzzlehttp/guzzle: ^6.5
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-08-25 03:58:22 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: