LaravelPackages.net
Acme Inc.
Toggle sidebar
annanovas/accesslog

a package , that will save all request logs into database

54
0
1.0.7
About annanovas/accesslog

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

AccessLog

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 [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

Star History Chart