sraban/online-visitor

employee & employee history

v1.0.2 2020-04-24 06:28 UTC

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:

Web Console Screen

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:

Shell Screen