Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 636 Bytes

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.