beyondcode / beyondcode/laravel-dump-server

[Feature Request] Auto-reload when dump.html is changed or dumped

Open
#52 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
PHP
Stars
1.6k
Forks
90
PR merge metrics
No merged PRs in 30d

Description

Any plans to provide auto-reload the dump.html file so the developer can immediately see the `dump()` calls without hitting F5?

This should be easily done by serving the dump.html file with browsersync:
```browser-sync start --server --files "./dump.html" --index dump.html```
But the html dumped does not have body tag and browsersync requires a body tag to embed its script.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.