https://github.com/bauer01/template-editor-panel
Template editor for Nette Debug panel
https://github.com/bauer01/template-editor-panel
Last synced: about 1 year ago
JSON representation
Template editor for Nette Debug panel
- Host: GitHub
- URL: https://github.com/bauer01/template-editor-panel
- Owner: bauer01
- License: mit
- Created: 2012-04-20T10:29:43.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T20:28:31.000Z (almost 13 years ago)
- Last Synced: 2025-02-28T00:12:36.025Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#TemplateEditorPanel
This panel provides lightweight template editor for your applications based on Nette Framework.
##Install
The best way to install is using [Composer](http://getcomposer.org/):
```sh
$ composer require bauer01/template-editor-panel
```
Then register panel in your `config.neon`:
```neon
nette:
debugger:
bar:
- TemplateEditor\Panel
```