Updating README.md

This commit is contained in:
2025-09-18 13:12:59 +02:00
parent 071d0f59a2
commit 5c1e81d86a

View File

@@ -10,10 +10,18 @@ This Laravel 12 package captures every log record emitted by your application in
## Installation ## Installation
Assuming the package is required locally via Composer path repository (as in this project): Adding the private Git Repository to your composer.json:
```bash ```bash
composer require herrleinit/loghandler:@dev "require": {
"herrleinit/loghandler": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.hacker.schule/herrleinIT/loghandler.git"
}
]
``` ```
Laravel will auto-discover the `LogHandlerServiceProvider`. Laravel will auto-discover the `LogHandlerServiceProvider`.