Skip to content

Kdyby/HtmlValidatorPanel

Repository files navigation

Kdyby/HtmlValidatorPanel

Downloads this Month Latest stable

Requirements

Kdyby/HtmlValidatorPanel requires PHP 5.4 or higher

Installation

The best way to install Kdyby/HtmlValidatorPanel is using Composer:

$ composer require kdyby/html-validator-panel

Documentation

  1. enable in config
extensions:
	htmlPanel: Kdyby\Extension\Diagnostics\HtmlValidator\DI\ValidatorExtension
  1. profit

example

Advanced usage

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.