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

Either run

composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.