SkillAgentSearch skills...

HtmlValidatorPanel

Nette DebugBar panel for validating the output HTML.

Install / Use

/learn @Kdyby/HtmlValidatorPanel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks7

Languages

PHP

Security Score

55/100

Audited on Mar 10, 2024

No findings