2017 © Pedro PelĆ”ez
 

library less-service-provider

LESS service provider for the Silex µframwork.

image

evnn/less-service-provider

LESS service provider for the Silex µframwork.

  • Tuesday, March 27, 2012
  • by evNN
  • Repository
  • 0 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LessServiceProvider

This is a Service Provider for the Silex PHP microframework to add the ability to compile LESS files within your project. It leverages the [LessElephant] (https://github.com/matteosister/LessElephant) project to do this., (*1)

Installation

You can install this using Composer by adding the following to your composer.json file in your project root:, (*2)

``` json "evNN/less-service-provider": "dev-master", (*3)


And update your project via Composer: ``` bash $ php composer.phar update

Important

You must add the following to register the namespaces for both the LessElephant and the LessServiceProvider components:, (*4)

php $app['autoloader']->registerNamespace('evNN', __DIR__ . '/vendor/evNN/less-service-provider/src'); $app['autoloader']->registerNamespace('LessElephant', __DIR__ . '/vendor/cypresslab/less-elephant/src'); $app['autoloader']->registerNamespace('Symfony\\Component\\Finder', __DIR__ . '/vendor/symfony/finder'); $app['autoloader']->registerNamespace('Symfony\\Component\\Process', __DIR__ . '/vendor/symfony/process');, (*5)

The Versions

27/03 2012

dev-master

9999999-dev https://github.com/evNN/LessServiceProvider

LESS service provider for the Silex µframwork.

  Sources   Download

MIT

The Requires

 

css silex less