zxiansheng 9a51cb0a67 first commit hace 4 años
..
.github 9a51cb0a67 first commit hace 4 años
assets 9a51cb0a67 first commit hace 4 años
base 9a51cb0a67 first commit hace 4 años
behaviors 9a51cb0a67 first commit hace 4 años
caching 9a51cb0a67 first commit hace 4 años
captcha 9a51cb0a67 first commit hace 4 años
console 9a51cb0a67 first commit hace 4 años
data 9a51cb0a67 first commit hace 4 años
db 9a51cb0a67 first commit hace 4 años
di 9a51cb0a67 first commit hace 4 años
filters 9a51cb0a67 first commit hace 4 años
grid 9a51cb0a67 first commit hace 4 años
helpers 9a51cb0a67 first commit hace 4 años
i18n 9a51cb0a67 first commit hace 4 años
log 9a51cb0a67 first commit hace 4 años
mail 9a51cb0a67 first commit hace 4 años
messages 9a51cb0a67 first commit hace 4 años
mutex 9a51cb0a67 first commit hace 4 años
rbac 9a51cb0a67 first commit hace 4 años
requirements 9a51cb0a67 first commit hace 4 años
rest 9a51cb0a67 first commit hace 4 años
test 9a51cb0a67 first commit hace 4 años
validators 9a51cb0a67 first commit hace 4 años
views 9a51cb0a67 first commit hace 4 años
web 9a51cb0a67 first commit hace 4 años
widgets 9a51cb0a67 first commit hace 4 años
.gitignore 9a51cb0a67 first commit hace 4 años
.htaccess 9a51cb0a67 first commit hace 4 años
.phpstorm.meta.php 9a51cb0a67 first commit hace 4 años
BaseYii.php 9a51cb0a67 first commit hace 4 años
CHANGELOG.md 9a51cb0a67 first commit hace 4 años
LICENSE.md 9a51cb0a67 first commit hace 4 años
README.md 9a51cb0a67 first commit hace 4 años
UPGRADE.md 9a51cb0a67 first commit hace 4 años
Yii.php 9a51cb0a67 first commit hace 4 años
classes.php 9a51cb0a67 first commit hace 4 años
composer.json 9a51cb0a67 first commit hace 4 años
yii 9a51cb0a67 first commit hace 4 años
yii.bat 9a51cb0a67 first commit hace 4 años

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.