Skip to content

jmonday/pagekit-twig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwigPagekit

This is a Twig extension for the Pagekit CMS. It basically allows you to use twig as a template engine. You can find this extension in the official marketplace.

Installation

In order to use this extension, you need to download and install twig/twig. Add the following line to the require section of your composer json file and run a composer.phar update.

{
    "require": {
        "twig/twig": "~1.0"
    }
}

License

This bundle is licenced under the MIT license. See the complete license text here.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker. When reporting a bug, it may be a good idea to reproduce it in a basic project built using the current version of Pagekit to allow developers to reproduce the issue by simply cloning it and following some steps.

About

Use Twig for your Pagekit templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%