Skip to content

Commit 755ea59

Browse files
authored
Merge pull request #65 from wotta/patch-2
Added intended installation instruction
2 parents 1df6bb3 + 46a2997 commit 755ea59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Bringing the [Symfony Var-Dump Server](https://symfony.com/doc/current/component
88

99
This package will give you a dump server, that collects all your `dump` call outputs, so that it does not interfere with HTTP / API responses.
1010

11+
## Installation
12+
13+
You can install the package via composer:
14+
15+
```bash
16+
composer require --dev beyondcode/laravel-dump-server
17+
```
18+
1119
## Documentation
1220

1321
You can find the documentation on the [Beyond Code website](https://beyondco.de/docs/laravel-dump-server/installation).

0 commit comments

Comments
 (0)