rashid2538/bolt-plugin-phptal

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

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rashid2538/bolt-plugin-phptal

1.2.1 2019-08-21 07:52 UTC

This package is auto-updated.

Last update: 2025-09-22 06:48:46 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' ... ]
	...
]