Skip to content

Commit 02eb497

Browse files
committed
Update readme.md
1 parent ecdfa41 commit 02eb497

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ Note: you will at least PHP 5.6.0 or above installed on your machine or server t
2121
1. First, install [Google Chrome extension PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) from the [Chrome WebStore](https://chrome.google.com/webstore/search/php%20console?_category=extensions).
2222
Make sure the PHP Console Chrome extension is enabled through [chrome://extensions/](chrome://extensions/ "chrome://extensions/").
2323

24+
**Important Note**
25+
26+
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
27+
2428
2. Then, add this plugin to your WordPress installation either by:
2529

2630
- Installing it as any other WordPress plugin from your WordPress admin Plugins page (`Add New`).
2731

2832
- Downloading a copy from [WordPress.org]((https://wordpress.org/plugins/wp-php-console/)) and uploading it in `wp-php-console` directory into your `wp-content/plugins/` directory or corresponding plugins directory in your installation. You can also do this from the WordPress plugins installation admim dashboard pages.
29-
33+
3034
- **Note:** If you decide to `git clone` this repository instead, you will need `composer install` to install its dependencies first, or it won't work in WordPress as it is.
3135

3236
3. Activate the plugin through the `Plugins` admin page in WordPress
@@ -39,7 +43,7 @@ Make sure the PHP Console Chrome extension is enabled through [chrome://extensio
3943

4044
## Options
4145

42-
##### Allow only on SSL
46+
##### Allow only on SSL
4347
> Forces PHP Console to connect on a SSL connection only (of course then if you don't actually have SSL (https), PHP Console simply won't work).
4448
4549
##### Allowed IP Masks
@@ -48,7 +52,7 @@ Make sure the PHP Console Chrome extension is enabled through [chrome://extensio
4852
##### Register PC Class
4953
> Tick this option to register `PC` in the global PHP namespace. This allows to write `PC::debug($var, $tag)` or `PC::magic_tag($var)` instructions in PHP to inspect `$var` in the JavaScript console.
5054
51-
##### Show Call Stack
55+
##### Show Call Stack
5256
> Tick this option to see the call stack when PHP Console server writes to the JavaScript console.
5357
5458
##### Short Path Names

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ For support and pull requests, please refer to [WP PHP Console GitHub repo](http
2727

2828
1. First, install [Google Chrome extension PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) from the [Chrome WebStore](https://chrome.google.com/webstore/search/php%20console?_category=extensions).
2929
Make sure the PHP Console Chrome extension is enabled through [chrome://extensions/](chrome://extensions/ "chrome://extensions/").
30-
31-
**Important Note**
32-
33-
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
30+
**Important Note**
31+
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
3432

3533
2. Then, add this plugin to your WordPress installation either by:
3634

0 commit comments

Comments
 (0)