zoy/accessuser

Storage User access

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

This package is not auto-updated.

Last update: 2024-04-28 00:11:07 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.