diff --git a/readme.md b/readme.md index 1b30f20..008a19d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,11 @@ Less parser plugin for CakePHP 3.X ================================== +[![Latest Stable Version](https://poser.pugx.org/elboletaire/less-cake-plugin/v/stable.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin) +[![Total Downloads](https://poser.pugx.org/elboletaire/less-cake-plugin/downloads.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin) +[![Latest Unstable Version](https://poser.pugx.org/elboletaire/less-cake-plugin/v/unstable.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin) +[![License](https://poser.pugx.org/elboletaire/less-cake-plugin/license.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin) + This plugin has a helper to help you parsing `.less` files in CakePHP 3.0 applications. By default, the helper will parse all less files to CSS files using [less.php](https://github.com/oyejorge/less.php) but if, for any reason, it fails, will fallback to the [less.js](http://lesscss.org/#download-options) parser both included by this plugin (this way you'll see any errors on screen).