We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1df6bb3 + 46a2997 commit 755ea59Copy full SHA for 755ea59
README.md
@@ -8,6 +8,14 @@ Bringing the [Symfony Var-Dump Server](https://symfony.com/doc/current/component
8
9
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.
10
11
+## Installation
12
+
13
+You can install the package via composer:
14
15
+```bash
16
+composer require --dev beyondcode/laravel-dump-server
17
+```
18
19
## Documentation
20
21
You can find the documentation on the [Beyond Code website](https://beyondco.de/docs/laravel-dump-server/installation).
0 commit comments