rashid2538/bolt-plugin-phptal

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

1.2.1 2019-08-21 07:52 UTC

This package is auto-updated.

Last update: 2024-03-22 03:26:25 UTC


README

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

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