From 5c1e81d86ac7a7814f83f9873277f62bbad0b761 Mon Sep 17 00:00:00 2001 From: mherrlein Date: Thu, 18 Sep 2025 13:12:59 +0200 Subject: [PATCH] Updating README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59eb82c..7d44616 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,18 @@ This Laravel 12 package captures every log record emitted by your application in ## 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 -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`.