廖泽华 a37f2bbff5 init code | лет назад: 4 | |
---|---|---|
.. | ||
assets | лет назад: 4 | |
base | лет назад: 4 | |
behaviors | лет назад: 4 | |
caching | лет назад: 4 | |
captcha | лет назад: 4 | |
console | лет назад: 4 | |
data | лет назад: 4 | |
db | лет назад: 4 | |
di | лет назад: 4 | |
filters | лет назад: 4 | |
grid | лет назад: 4 | |
helpers | лет назад: 4 | |
i18n | лет назад: 4 | |
log | лет назад: 4 | |
лет назад: 4 | ||
messages | лет назад: 4 | |
mutex | лет назад: 4 | |
rbac | лет назад: 4 | |
requirements | лет назад: 4 | |
rest | лет назад: 4 | |
test | лет назад: 4 | |
validators | лет назад: 4 | |
views | лет назад: 4 | |
web | лет назад: 4 | |
widgets | лет назад: 4 | |
.gitignore | лет назад: 4 | |
.htaccess | лет назад: 4 | |
BaseYii.php | лет назад: 4 | |
CHANGELOG.md | лет назад: 4 | |
LICENSE.md | лет назад: 4 | |
README.md | лет назад: 4 | |
UPGRADE.md | лет назад: 4 | |
Yii.php | лет назад: 4 | |
classes.php | лет назад: 4 | |
composer.json | лет назад: 4 | |
yii | лет назад: 4 | |
yii.bat | лет назад: 4 |
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.
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.