zxiansheng 9a51cb0a67 first commit пре 4 година
..
.github 9a51cb0a67 first commit пре 4 година
assets 9a51cb0a67 first commit пре 4 година
base 9a51cb0a67 first commit пре 4 година
behaviors 9a51cb0a67 first commit пре 4 година
caching 9a51cb0a67 first commit пре 4 година
captcha 9a51cb0a67 first commit пре 4 година
console 9a51cb0a67 first commit пре 4 година
data 9a51cb0a67 first commit пре 4 година
db 9a51cb0a67 first commit пре 4 година
di 9a51cb0a67 first commit пре 4 година
filters 9a51cb0a67 first commit пре 4 година
grid 9a51cb0a67 first commit пре 4 година
helpers 9a51cb0a67 first commit пре 4 година
i18n 9a51cb0a67 first commit пре 4 година
log 9a51cb0a67 first commit пре 4 година
mail 9a51cb0a67 first commit пре 4 година
messages 9a51cb0a67 first commit пре 4 година
mutex 9a51cb0a67 first commit пре 4 година
rbac 9a51cb0a67 first commit пре 4 година
requirements 9a51cb0a67 first commit пре 4 година
rest 9a51cb0a67 first commit пре 4 година
test 9a51cb0a67 first commit пре 4 година
validators 9a51cb0a67 first commit пре 4 година
views 9a51cb0a67 first commit пре 4 година
web 9a51cb0a67 first commit пре 4 година
widgets 9a51cb0a67 first commit пре 4 година
.gitignore 9a51cb0a67 first commit пре 4 година
.htaccess 9a51cb0a67 first commit пре 4 година
.phpstorm.meta.php 9a51cb0a67 first commit пре 4 година
BaseYii.php 9a51cb0a67 first commit пре 4 година
CHANGELOG.md 9a51cb0a67 first commit пре 4 година
LICENSE.md 9a51cb0a67 first commit пре 4 година
README.md 9a51cb0a67 first commit пре 4 година
UPGRADE.md 9a51cb0a67 first commit пре 4 година
Yii.php 9a51cb0a67 first commit пре 4 година
classes.php 9a51cb0a67 first commit пре 4 година
composer.json 9a51cb0a67 first commit пре 4 година
yii 9a51cb0a67 first commit пре 4 година
yii.bat 9a51cb0a67 first commit пре 4 година

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.