heartsentwined/zf2-assetwig

Integrates Assetic and Twig to a ZF2 application

v3.1.3 2016-07-06 12:25 UTC

README

Build Status

This module integrates Assetic and Twig to a ZF2 appliation.

Installation

Composer:

"minimum-stability": "dev" is required because twig/extensions is still in dev stage.

{
  "minimum-stability": "dev",
  "require": {
    "yalesov/zf2-assetwig": "3.*"
  }
}

Then add Yalesov\Assetwig to the modules key in (app root)/config/application.config.*

Config

Copy config/assetwig.local.php.dist to (app root)/config/autoload/assetwig.local.php, and modify the settings. Instructions included in config file.

Usage

todo