An open API service indexing awesome lists of open source software.

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

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
```