rashid2538/bolt-plugin-phptal

A plugin for Bolt Framework for using PHPTAL as templating engine in the application.


License
GPL-3.0

Documentation

Bolt-Plugin-PHPTAL

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

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