1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

var-dump-server: add page (#4408)

This commit is contained in:
Pierre Rudloff 2020-10-02 22:28:40 +02:00 committed by GitHub
parent d21fe6f759
commit 812687f9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`