2017 © Pedro Peláez
 

library accessuser

Storage User access

image

zoy/accessuser

Storage User access

  • Wednesday, November 15, 2017
  • by erickosma
  • Repository
  • 1 Watchers
  • 0 Stars
  • 105 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Access User Log

Latest Stable Version License, (*1)

This package provides tool to track user access in laravel framework, (*2)

Installation

Via Composer, (*3)

$ composer require zoy/accessuser

Then add the service provider in config/app.php:, (*4)

Zoy\Accessuser\AccessUserLogServiceProvider::class,

And run the above commented command, (*5)

php artisan vendor:publish

Migrate table to database, (*6)

php artisan migrate

update, (*7)

php artisan vendor:publish --force

Contributing

Credits

License

MIT License license.md for more information., (*8)

The Versions