root f5385eda57 初次提交 3 vuotta sitten
..
.github f5385eda57 初次提交 3 vuotta sitten
assets f5385eda57 初次提交 3 vuotta sitten
base f5385eda57 初次提交 3 vuotta sitten
behaviors f5385eda57 初次提交 3 vuotta sitten
caching f5385eda57 初次提交 3 vuotta sitten
captcha f5385eda57 初次提交 3 vuotta sitten
console f5385eda57 初次提交 3 vuotta sitten
data f5385eda57 初次提交 3 vuotta sitten
db f5385eda57 初次提交 3 vuotta sitten
di f5385eda57 初次提交 3 vuotta sitten
filters f5385eda57 初次提交 3 vuotta sitten
grid f5385eda57 初次提交 3 vuotta sitten
helpers f5385eda57 初次提交 3 vuotta sitten
i18n f5385eda57 初次提交 3 vuotta sitten
log f5385eda57 初次提交 3 vuotta sitten
mail f5385eda57 初次提交 3 vuotta sitten
messages f5385eda57 初次提交 3 vuotta sitten
mutex f5385eda57 初次提交 3 vuotta sitten
rbac f5385eda57 初次提交 3 vuotta sitten
requirements f5385eda57 初次提交 3 vuotta sitten
rest f5385eda57 初次提交 3 vuotta sitten
test f5385eda57 初次提交 3 vuotta sitten
validators f5385eda57 初次提交 3 vuotta sitten
views f5385eda57 初次提交 3 vuotta sitten
web f5385eda57 初次提交 3 vuotta sitten
widgets f5385eda57 初次提交 3 vuotta sitten
.gitignore f5385eda57 初次提交 3 vuotta sitten
.htaccess f5385eda57 初次提交 3 vuotta sitten
.phpstorm.meta.php f5385eda57 初次提交 3 vuotta sitten
BaseYii.php f5385eda57 初次提交 3 vuotta sitten
CHANGELOG.md f5385eda57 初次提交 3 vuotta sitten
LICENSE.md f5385eda57 初次提交 3 vuotta sitten
README.md f5385eda57 初次提交 3 vuotta sitten
UPGRADE.md f5385eda57 初次提交 3 vuotta sitten
Yii.php f5385eda57 初次提交 3 vuotta sitten
classes.php f5385eda57 初次提交 3 vuotta sitten
composer.json f5385eda57 初次提交 3 vuotta sitten
yii f5385eda57 初次提交 3 vuotta sitten
yii.bat f5385eda57 初次提交 3 vuotta sitten

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.