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

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

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:

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