Skip to content

Commit

Permalink
var-dump-server: add page (tldr-pages#4408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff authored Oct 2, 2020
1 parent d21fe6f commit 812687f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/common/var-dump-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# var-dump-server

> Symfony dump server.
> Collects data dumped by the Symfony VarDumper component.
> More information: <https://symfony.com/doc/current/components/var_dumper.html#the-dump-server>.
- Start the server:

`var-dump-server`

- Dump the data in an HTML file:

`var-dump-server --format=html > {{path/to/file.html}}`

- Make the server listen on a specific address and port:

`var-dump-server --host {{127.0.0.1:9912}}`

0 comments on commit 812687f

Please sign in to comment.