Skip to content

Commit b60d634

Browse files
author
Daniel Mellum
committed
update readme.md
1 parent 784e93a commit b60d634

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![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)
44
[![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)
55
[![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)
76
[![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)
87
[![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)
99

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).
1212

1313
* [Installation](#installation)
1414
* [Configuration](#configuration)
@@ -21,8 +21,8 @@ Uses Laravel native logging functionality.
2121
* [Local Testing With Docker](#local-testing-with-docker)
2222

2323

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.
2626
2727
## Installation
2828
Use the composer require or add to composer.json.
@@ -107,7 +107,7 @@ logging-to-db channels.
107107
* processors = Array of additional processors. These will add additional info into the 'extra' field in the logged data.
108108
[More information about processors](#processors)
109109

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
111111

112112
There are some default settings and more information about configuring the logger in the 'logtodb.php' config file.
113113
This could be copied to your project if you would like edit it with the vendor publish command.

0 commit comments

Comments
 (0)