Laravel Auth Log

Installation
Learn More
Last updated

Last updated
composer require rappasoft/laravel-authentication-logcomposer require torann/geoipphp artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-migrations"
php artisan migratephp artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-views"php artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-config"php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config