kdyby / html-validator-panel
Nette DebugBar panel for validating the output HTML.
Installs: 34 191
Dependents: 2
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 7
Open Issues: 0
Requires
- tracy/tracy: ~2.4
Suggests
- nette/di: The extension can be registered using nette/di into your application
This package is auto-updated.
Last update: 2024-10-22 03:39:50 UTC
README
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
- enable in config
extensions: htmlPanel: Kdyby\Extension\Diagnostics\HtmlValidator\DI\ValidatorExtension
- profit
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.