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

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.