Download the PHP package hbliang/laravel-auth-log without Composer
On this page you can find all versions of the php package hbliang/laravel-auth-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-auth-log
Laravel Auth Log
Installation
composer require hbliang/laravel-auth-log
Configuration
php artisan vendor:publish --provider="Hbliang\AuthLog\AuthLogServiceProvider"
Migrate
php artisan migrate
Implement the Authlogable
interface and add HasAuthLog
trait to your authlogable model.
Usage
User::find(1)->authlogs;
All versions of laravel-auth-log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/auth Version ^6.0|^7.0|^8.0
illuminate/bus Version ^6.0|^7.0|^8.0
illuminate/console Version ^6.0|^7.0|^8.0
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
illuminate/http Version ^6.0|^7.0|^8.0
illuminate/notifications Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/auth Version ^6.0|^7.0|^8.0
illuminate/bus Version ^6.0|^7.0|^8.0
illuminate/console Version ^6.0|^7.0|^8.0
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
illuminate/http Version ^6.0|^7.0|^8.0
illuminate/notifications Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
The package hbliang/laravel-auth-log contains the following files
Loading the files please wait ....