NoteStar b7303a1608 none 5 yıl önce
..
assets b7303a1608 none 5 yıl önce
base b7303a1608 none 5 yıl önce
behaviors b7303a1608 none 5 yıl önce
caching b7303a1608 none 5 yıl önce
captcha b7303a1608 none 5 yıl önce
console b7303a1608 none 5 yıl önce
data b7303a1608 none 5 yıl önce
db b7303a1608 none 5 yıl önce
di b7303a1608 none 5 yıl önce
filters b7303a1608 none 5 yıl önce
grid b7303a1608 none 5 yıl önce
helpers b7303a1608 none 5 yıl önce
i18n b7303a1608 none 5 yıl önce
log b7303a1608 none 5 yıl önce
mail b7303a1608 none 5 yıl önce
messages b7303a1608 none 5 yıl önce
mutex b7303a1608 none 5 yıl önce
rbac b7303a1608 none 5 yıl önce
requirements b7303a1608 none 5 yıl önce
rest b7303a1608 none 5 yıl önce
test b7303a1608 none 5 yıl önce
validators b7303a1608 none 5 yıl önce
views b7303a1608 none 5 yıl önce
web b7303a1608 none 5 yıl önce
widgets b7303a1608 none 5 yıl önce
.gitignore b7303a1608 none 5 yıl önce
.htaccess b7303a1608 none 5 yıl önce
BaseYii.php b7303a1608 none 5 yıl önce
CHANGELOG.md b7303a1608 none 5 yıl önce
LICENSE.md b7303a1608 none 5 yıl önce
README.md b7303a1608 none 5 yıl önce
UPGRADE.md b7303a1608 none 5 yıl önce
Yii.php b7303a1608 none 5 yıl önce
classes.php b7303a1608 none 5 yıl önce
composer.json b7303a1608 none 5 yıl önce
yii b7303a1608 none 5 yıl önce
yii.bat b7303a1608 none 5 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.