annanovas / accesslog
a package , that will save all request logs into database
1.0.7
2020-12-03 14:26 UTC
Requires
- illuminate/support: ~5|~6
- laravelcollective/html: 5.7.*|~6
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
README
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.