a package , that will save all request logs into database
annanovas/accesslog is a Laravel package for a package , that will save all request logs into database.
It currently has 0 GitHub stars and 54 downloads on Packagist (latest version 1.0.7).
Install it with composer require annanovas/accesslog.
Discover more Laravel packages by annanovas
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require annanovas/accesslog dev-master
run Migration
$ php artisan migrate
Publish vendor files
$ php artisan vendor:publish --provider="AnnaNovas\AccessLog\AccessLogServiceProvider"
Chheck config file for more configuration
config/accesslog.php
Add Route
Route::get('accessLogs', '\AnnaNovas\AccessLog\Http\controllers\AccessLogController@index')->name('accessLogs');
Next, update config/accesslog.php as per your auth.php And update your layout in view.
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.