davefu / presenter-link-panel
This panel generates links to open current presenter/template into your preferred text editor. (Author: Daniel Robenek)
Installs: 8 510
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
Open Issues: 0
Requires
- php: >= 7.1.0
- nette/application: ^3.0
- nette/di: ^3.0
- tracy/tracy: ^2.6
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.1.1
- phpstan/phpstan-nette: ^1.2.3
Replaces
README
PresenterLinkPanel ------------------ Author: Daniel Robenek License: MIT Debug bar panel for Nette Framework This panel generates links to open current presenter/template into your preffered text editor. To file open into text editor is necessery to register handler, instruction how to setup could be found on http://wiki.nette.org/en/howto-editor-link . Registration is prefered in bootstrap or base presenter: new \DebugPanel\PresenterLinkPanel($presenter);