Kdyby/HtmlValidatorPanel requires PHP 5.4 or higher
The best way to install Kdyby/HtmlValidatorPanel is using Composer:
$ composer require kdyby/html-validator-panel
- enable in config
extensions:
htmlPanel: Kdyby\Extension\Diagnostics\HtmlValidator\DI\ValidatorExtension
- profit
You can specify presenters whose outputs you don´t want to parse by HtmlValidator. It can be done in config file somehow like this:
htmlPanel:
presentersToDisableValidationFor: [
App\CustomModule\PagePresenter
NetteModule\MicroPresenter
]
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/HtmlValidatorPanel.