zoy/accessuser

This package is abandoned and no longer maintained. No replacement package was suggested.

Storage User access

Installs: 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/zoy/accessuser

v0.5.1 2017-09-10 10:40 UTC

This package is not auto-updated.

Last update: 2025-02-02 03:38:05 UTC


README

Latest Stable Version License

This package provides tool to track user access in laravel framework

Installation

Via Composer

$ composer require zoy/accessuser

Then add the service provider in config/app.php:

Zoy\Accessuser\AccessUserLogServiceProvider::class,

And run the above commented command

php artisan vendor:publish

Migrate table to database

php artisan migrate

update

php artisan vendor:publish --force

Contributing

Credits

License

MIT License license.md for more information.