2017 © Pedro PelĂĄez
 

library twiko

Twig Brige for Mako Framework

image

softr/twiko

Twig Brige for Mako Framework

  • Sunday, April 29, 2018
  • by aldoanizio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Twiko

Twig Brige for Mako Framework, (*1)

Install

Use composer to install. Simply add package to your project., (*2)

composer require softr/twiko

So now you can update your project with a single command., (*3)

composer update

Register Service

After installing you'll have to register the package in your app/config/application.php file., (*4)

'packages' =>
[
    ...
    'core' =>
    [
        ...
        // Register the package for web core
        'softr\Twiko\TwikoPackage',
    ]
    ...
],

Now your application is able to use Twig Template Engine., (*5)

Enabling Extensions

This packages comes with a set of base extensions wich provide core functions such as config, i18n, session, urlBuilder etc. To add/remove an extension please edit twiko::extensions.php config file., (*6)

Clearing Cache

This packages provides a command to clear Twig Cache Files. To make use of it simply run php reactor twiko::clear, (*7)

Compatibility

This package is compatible with Mako >=5.0 versions, (*8)

The Versions

29/04 2018

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/softr/twiko

Twig Brige for Mako Framework

  Sources   Download

MIT

The Requires

 

twig template engine views mako framework

29/04 2018

dev-master

9999999-dev https://github.com/softr/twiko

Twig Brige for Mako Framework

  Sources   Download

MIT

The Requires

 

twig template engine views mako framework

16/03 2018

0.9.0.x-dev

0.9.0.9999999-dev https://github.com/softr/twiko

Twig Brige for Mako Framework

  Sources   Download

MIT

The Requires

 

twig template engine views mako framework