Download the PHP package nedryse/translateable-template-factory without Composer
On this page you can find all versions of the php package nedryse/translateable-template-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nedryse/translateable-template-factory
More information about nedryse/translateable-template-factory
Files in nedryse/translateable-template-factory
Download nedryse/translateable-template-factory
More information about nedryse/translateable-template-factory
Files in nedryse/translateable-template-factory
Vendor nedryse
Package translateable-template-factory
Short Description Proper way how to load translator into the presenters and controls template in the Nette framework based applications
License WTFPL
Homepage https://github.com/nedryse/translateable-template-factory
Package translateable-template-factory
Short Description Proper way how to load translator into the presenters and controls template in the Nette framework based applications
License WTFPL
Homepage https://github.com/nedryse/translateable-template-factory
Please rate this library. Is it a good library?
Informations about the package translateable-template-factory
nedryse/translateable-template-factory (cc)
Pavel Železný (2bfree), 2014 (pavelzelezny.cz)
Requirements
Nette Framework 2.4.0 or higher
Documentation
Proper way how to load translator into the presenters and controls template in the Nette framework based applications
Instalation
Prefered way to intall is by the Composer
composer require nedryse/translateable-template-factory:~1.1
Or by manualy adding into the composer.json
{
"require":{
"nedryse/translateable-template-factory": "~1.1"
}
}
Setup
Add following code into the config.neon
common:
services:
nette.templateFactory: Nedryse\Nette\Bridges\ApplicationLatte\TranslatableTemplateFactory
Usage
At the moment of the template creation in the presenter or in the control, the translator is already loaded in it
All versions of translateable-template-factory with dependencies
PHP Build Version
Package Version
The package nedryse/translateable-template-factory contains the following files
Loading the files please wait ....