We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c575f commit 80b24aeCopy full SHA for 80b24ae
readme.md
@@ -1,11 +1,10 @@
1
# PHP Error Log Viewer
2
3
A single-file GUI for your php log files which groups similar errors. Written in PHP and Vue.js.
4
-It can be configured to
5
6
- - It reads the specified log file and automatically shows you new errors when they appear.
7
- - It groups same errors
8
- - klicking on an error will directly bring you to vscode ( in most cases, if you configure it correctly :))
+ - Reads the specified log file and automatically shows you new errors when they appear.
+ - Groups errors with similar text
+ - Can be configured so clicking on an error will directly bring you to vscode.
9
10
## Disclamer
11
- This contains code for deleting your log-file.
0 commit comments