Updating README.md
This commit is contained in:
12
README.md
12
README.md
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user