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