Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.14 KB

Yii Framework Data Displaying Extension


This [Yii Framework] provides data displaying widgets:

  • ListView
  • GridView
  • DetailView

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require yiisoft/yii-dataview

or add

"yiisoft/yii-dataview": "^3.0"

to the require section of your composer.json.