/Light_ZephyrTemplate

A template service for the Light framework.

Primary LanguagePHP

Light_ZephyrTemplate

2019-04-09 -> 2021-08-10

A template service for the Light framework. This is a Light framework plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_ZephyrTemplate

Using the uni command.

uni import Ling/Light_ZephyrTemplate

Or just download it and place it where you want otherwise.

Summary

Services

Here is the content of the service configuration file:

zephyr_template:
    instance: Ling\Light_ZephyrTemplate\LightZephyrTemplate
    methods:
        setDirectory:
            root_dir: ${app_dir}



The template service can be used to render html using the zephyr template engine.

History Log

  • 1.2.7 -- 2021-08-10

    • add service class
  • 1.2.6 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.2.5 -- 2021-05-10

    • Fix assets missing.
  • 1.2.4 -- 2021-03-15

    • update planet to adapt Ling.Light:0.70.0
  • 1.2.3 -- 2021-03-05

    • update README.md, add install alternative
  • 1.2.2 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.2.1 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.2.0 -- 2019-11-11

    • changed service name to zephyr_template
  • 1.1.1 -- 2019-07-18

    • update docTools documentation, add links to source code for classes and methods
  • 1.0.0 -- 2019-04-09

    • initial commit