ride/app-template-smarty

Smarty template engine integration for a Ride application.

2.0.0 2024-04-19 13:05 UTC

This package is auto-updated.

Last update: 2024-09-19 14:06:44 UTC


README

Integration of the Smarty template engine with a Ride application.

Parameters

  • template.smarty.directory.compile: Path to the compile directory
  • template.smarty.escape: Flag to see if auto escaping is enabled (Defaults to false)
  • template.smarty.plugin.%namespace%: Path to a Smarty plugin directory
  • system.directory.view.smarty: Relative path to the Smarty view directory (Defaults to view/smarty)

Related Modules

Installation

You can use Composer to install this application.

composer require ride/app-template-smarty