2017 © Pedro Peláez
 

library rt-less

ZF2 less css

image

remithomas/rt-less

ZF2 less css

  • Wednesday, August 20, 2014
  • by remithomas
  • Repository
  • 0 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

rt-less

Less Css for ZF2 php using http://lessphp.gpeasy.com https://github.com/oyejorge/less.php, (*1)


# Installation

How to install ?

Using composer.json

{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "minimum-stability": "dev",
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "dev-master",
        "remithomas/rt-less": "dev-master"
    }
}

Activate the module :

application.config.php, (*2)

<?php
return array(
    'modules' => array(
        'Application',
        'RtLess',
    )
);
?>

Configuration

Cache

Create a folder in your public directory, named "cache", (*3)

config

move RtLess/config/rt-less.local.dist.php to your /config/autoload/rt-less.local.php And config as you want, (*4)

Layout

lessCss("less/epragma/epragma.less"); ?>

Thanks

  • https://github.com/oyejorge/less.php

The Versions

20/08 2014

dev-master

9999999-dev https://github.com/remithomas/rt-less

ZF2 less css

  Sources   Download

The Requires

 

css zf2 less

14/04 2014