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.