Skip to content

Commit 5648f75

Browse files
committed
initial commit
0 parents  commit 5648f75

File tree

5 files changed

+495
-0
lines changed

5 files changed

+495
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "vitus/php-error-log-viewer",
3+
"description": "A single-file GUI for your php log files which groups similar errors. Written in PHP and Vue.js.",
4+
"keywords": [
5+
"log",
6+
"logs",
7+
"error",
8+
"errors",
9+
"gui",
10+
"vue",
11+
"single-file",
12+
"dev",
13+
"helper"
14+
],
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "schuhwerk",
19+
"email": "[email protected]"
20+
}
21+
],
22+
"minimum-stability": "stable",
23+
"require": {
24+
"php": "^7.2"
25+
}
26+
}

php-error-log-viewer.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
file_path='../../../app/debug.log'
2+
vscode_path_search='/srv/www/spaces/current/'
3+
vscode_path_replace='C:\doll\spaces\'

0 commit comments

Comments
 (0)