kappa/texy-helper

Extension for texy implementation of a configuration option config files

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kappa/texy-helper

dev-master 2013-02-28 14:05 UTC

This package is auto-updated.

Last update: 2025-10-04 21:26:05 UTC


README

#Kappa:Texy helper

Extension for texy implementation of a configuration option config files

###Requirements:

###Install

  1. Step - Add this package into your project
	"require":{
		"kappa/texy-helper" : "dev-master"
	}
  1. Step - Registre this package in config
	parameters:
		Texy:
			headingModule:
				top: 5

	nette:
		template:
			helperLoaders: \Kappa\Templating\Helpers
			helpers:
				texy: @Texy::process
	services:
		Texy: Kappa\Templating\Helpers\TexyHelper(%Texy%)

3. Step - Clean temp directory!

Complete! :)