3
3
[ ![ PHP from Packagist] ( https://img.shields.io/packagist/php-v/danielme85/laravel-log-to-db.svg?style=flat-square )] ( https://packagist.org/packages/danielme85/laravel-log-to-db )
4
4
[ ![ GitHub release] ( https://img.shields.io/github/release/danielme85/laravel-log-to-db.svg?style=flat-square )] ( https://packagist.org/packages/danielme85/laravel-log-to-db )
5
5
[ ![ GitHub tag] ( https://img.shields.io/github/tag/danielme85/laravel-log-to-db.svg?style=flat-square )] ( https://github.com/danielme85/laravel-log-to-db )
6
- ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/danielme85/laravel-log-to-db/TestInDocker?style=flat-square )
7
6
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/danielme85/laravel-log-to-db.svg?style=flat-square )] ( https://codecov.io/gh/danielme85/laravel-log-to-db )
8
7
[ ![ CodeFactor] ( https://img.shields.io/codefactor/grade/github/danielme85/laravel-log-to-db?style=flat-square )] ( https://www.codefactor.io/repository/github/danielme85/laravel-log-to-db )
8
+ [ ![ buddy pipeline] ( https://app.buddy.works/mellum/laravel-log-to-db/pipelines/pipeline/428957/badge.svg?token=4dc1f653bedb370e80876dcda7d7c623a8cb67e2270e6255d9ceedba498cd884 " buddy pipeline ")] ( https://app.buddy.works/mellum/laravel-log-to-db/pipelines/pipeline/428957 )
9
9
10
- Custom Laravel 5.6+ Log channel handler that can store log events to SQL or MongoDB databases.
11
- Uses Laravel native logging functionality.
10
+ Hi, this is a custom Laravel 5.6+ Log channel handler that can store log events to SQL or MongoDB databases.
11
+ Uses Laravel native logging functionality trough [ Monolog ] ( https://github.com/Seldaek/monolog ) .
12
12
13
13
* [ Installation] ( #installation )
14
14
* [ Configuration] ( #configuration )
@@ -21,8 +21,8 @@ Uses Laravel native logging functionality.
21
21
* [ Local Testing With Docker] ( #local-testing-with-docker )
22
22
23
23
24
- > :warning : This project should be backwards compatible down to and including Laravel 5.6 and PHP 7.1.
25
- > <br >However testing of current version and master branch is only with PHP 7.3/7.4 and Laravel 8 .
24
+ > :warning : This project should be backwards compatible down to and including Laravel 5.6 and php 7.1.
25
+ > <br >However testing of current version and main branch is currently only with php 8.1 and Laravel 9 .
26
26
27
27
## Installation
28
28
Use the composer require or add to composer.json.
@@ -107,7 +107,7 @@ logging-to-db channels.
107
107
* processors = Array of additional processors. These will add additional info into the 'extra' field in the logged data.
108
108
[ More information about processors] ( #processors )
109
109
110
- More info about some of these options: https://laravel.com/docs/6 .x/logging#customizing-monolog-for-channels
110
+ More info about some of these options: https://laravel.com/docs/9 .x/logging#customizing-monolog-for-channels
111
111
112
112
There are some default settings and more information about configuring the logger in the 'logtodb.php' config file.
113
113
This could be copied to your project if you would like edit it with the vendor publish command.
0 commit comments