This is a Fuel UX Extension for Yii 2. It encapsulates Fuel UX components, and thus makes using Fuel UX components/plugins in Yii applications extremely easy.
Cloned from leandrogehlen/yii2-fuelux.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xemware/yii2-fuelux "*"
or add
"xemware/yii2-fuelux": "*"
to the require section of your composer.json
file.