Skip to content

Commit 46a2997

Browse files
authored
Added intended installation instruction
I have added the intended installation instruction to the README because Packagist doesn't show the correct installation instruction. So if people want to install it quickly with the intended installation instruction can do so.
1 parent b6d8020 commit 46a2997

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
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)