commentar / plain-text
Plain text post formatter
v0.0.2
2014-07-26 18:58 UTC
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2024-11-06 08:38:38 UTC
README
Plain text post formatter for the Commentar project.
Installation
Add the formatter to the project's composer.json
file:
"require": {
"commentar/plain-text": "0.0.*",
}
Use it in your templates:
<?php echo $this->renderView('PlainText', ['content' => $comment['content']]); ?>