xemware / yii2-fuelux
Extension for Yii 2 to work with Fuel UX
Installs: 338
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-06-11 11:24:12 UTC
README
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.
Installation
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.