You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Debug/log information is sent completely "out-of-bounds" via websockets. Since
7
7
8
8
All [PHPDebugConsole](https://github.com/bkdotcom/PHPDebugConsole) methods are supported.
9
9
10
-
11
10
### Overview
12
11
There are 3 parts to this logging solution.
13
12
@@ -19,10 +18,9 @@ All 3 components *can* be be running on the same server/environment, or be on 3
19
18
20
19
> † PHPDebugConsole also supports output via plain 'ol `<script>` output, ChromeLogger, & FirePHP.. This WAMP solution isn't limited by what the browser's console can do and offers all of the same formatting and features of PHPDebugConsole's HTML output without the disadvantages of being included in the output of your application (or not supported with ajax & CLI applications.
21
20
22
-
23
21
### Installation
24
22
25
-
**Download Composer** (if not already installed) [more info](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable)
23
+
**Download Composer** (if not already installed) [more info](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable)
**Install a WAMP router** (if you don't already have one)
37
+
**Install a WAMP router** (if you don't already have one)
40
38
If you don't already have a WAMP router up and running, you might as well install a PHP-based one here in the same folder *(but again, it could be installed anywhere, or be a node based router)*
41
39
One client+router install can support many PHPDebugConsole projects
*(note that the router doesn't play well with x-debug. You will likely need to disable x-debug for this process. See [this gist](https://gist.github.com/bkdotcom/4b635f7c7c07dd5800dee89cdb99e4f6))*
0 commit comments