zoy / accessuser
Storage User access
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/zoy/accessuser
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.