2017 © Pedro PelĂĄez
 

library plates-module

Plates template engine module for PPI2

image

ppi/plates-module

Plates template engine module for PPI2

  • Thursday, February 26, 2015
  • by dragoonis
  • Repository
  • 2 Watchers
  • 2 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PPI Plates Module

Plates template engine module for PPI2., (*1)

Build Status, (*2)

Requirements

Installation (Composer)

0. Install Composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

``` bash curl -s http://getcomposer.org/installer | php, (*4)


### 1. Add this package to your composer.json ```js { "require": { "ppi/plates-module": "dev-master" } }

Now tell composer to download the module by running the command:, (*5)

``` bash $ php composer.phar update ppi/plates-module, (*6)


Composer will install the module to your project's `vendor/ppi` directory. ### 2. Enable the module Enable this module by editing `app/config/modules.yml`: ``` yml modules: - PPI\PlatesModule # ...

License

This module is licensed under the MIT License. See the LICENSE file for details., (*7)

Authors

See also the list of contributors who participated in this project., (*8)

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub., (*9)

The Versions

26/02 2015

dev-develop

dev-develop https://github.com/ppi/ppi-plates-module

Plates template engine module for PPI2

  Sources   Download

MIT

The Requires

 

templating view plates ppi