zoy / accessuser
This package is abandoned and no longer maintained.
No replacement package was suggested.
Storage User access
v0.5.1
2017-09-10 10:40 UTC
Requires
- php: >=5.6.4
- illuminate/support: 5.5.*
- jaybizzle/crawler-detect: ~1.2
- jenssegers/agent: ^2.5
- ramsey/uuid: ~3.0
- snowplow/referer-parser: ~0.2
- ua-parser/uap-php: ~3.4
Requires (Dev)
- fzaninotto/faker: ~1.4
- laracasts/testdummy: ~2.0
- mockery/mockery: 0.9.*
- orchestra/testbench: ~3.2
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is not auto-updated.
Last update: 2025-02-02 03:38:05 UTC
README
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.