lookyman/nette-texy

Texy integration into Nette Framework

v1.0.0 2016-07-05 09:16 UTC

This package is auto-updated.

Last update: 2024-04-12 03:42:50 UTC


README

Quick and easy Texy integration into you Nette Framework projects.

Build Status Scrutinizer Code Quality Coverage Status Downloads Latest stable

Installation

Install using the Composer:

$ composer require lookyman/nette-texy

Enable the extension in your NEON config:

extensions:
	texy: Lookyman\NetteTexy\DI\TexyExtension

Use the Texy macro or helper in your Latte templates like this:

{texy}some content{/texy}
{$var |texy}