rashid2538/bolt-plugin-twig

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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rashid2538/bolt-plugin-twig

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

This package is auto-updated.

Last update: 2025-10-12 20:16:44 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' ... ]
	...
]