kdyby/html-validator-panel

Nette DebugBar panel for validating the output HTML.

v1.1.1 2018-04-11 13:47 UTC

This package is auto-updated.

Last update: 2024-04-22 02:34:15 UTC


README

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.