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`.