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