rashid2538/bolt-plugin-twig

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2019-04-18 07:24 UTC

This package is auto-updated.

Last update: 2024-04-12 17:16:40 UTC


README

This plugin enables the Bolt Framework applications to use Twig as templating engine. Set your config file as shown below.

[
	...
	'plugins' => [ ... 'BoltPlugin\\Twig\\Renderer' ... ]
	...
]