Yii2 Bootstrap 3
 
 
Qiang Xue 5fc275e935 Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions 11 years ago
..
yii Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions 11 years ago
CHANGELOG.md Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions 11 years ago
LICENSE.md updated license information. 12 years ago
README.md fixed readme 12 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
composer.json doc fix. 12 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require yiisoft/yii2-framework "*"

or add

"yiisoft/yii2-framework": "*"

to the require section of your composer.json.