xemware/yii2-fuelux

Extension for Yii 2 to work with Fuel UX

Maintainers

Package info

github.com/xemware/yii2-fuelux

Language:JavaScript

Type:yii2-extension

pkg:composer/xemware/yii2-fuelux

Statistics

Installs: 338

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-02-08 03:49 UTC

This package is not auto-updated.

Last update: 2026-04-15 15:44:09 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.