annanovas/accesslog

a package , that will save all request logs into database

1.0.7 2020-12-03 14:26 UTC

This package is auto-updated.

Last update: 2024-04-29 04:33:37 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

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.

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email shahriar.rahman@annanovas.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.