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