/yii2-fuelux

Yii 2 Fuel UX extension. See http://exacttarget.github.io/fuelux

Primary LanguagePHP

Fuel UX Extension for Yii 2

This is the Fuel UX Extension for Yii 2. It encapsulates Fuel UX components, and thus makes using Fuel UX components/plugins in Yii applications extremely easy.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist leandrogehlen/yii2-fuelux "*"

or add

"leandrogehlen/yii2-fuelux": "*"

to the require section of your composer.json file.