jace a2e5188813 trends project 7 yıl önce
..
assets a2e5188813 trends project 7 yıl önce
base a2e5188813 trends project 7 yıl önce
behaviors a2e5188813 trends project 7 yıl önce
caching a2e5188813 trends project 7 yıl önce
captcha a2e5188813 trends project 7 yıl önce
console a2e5188813 trends project 7 yıl önce
data a2e5188813 trends project 7 yıl önce
db a2e5188813 trends project 7 yıl önce
di a2e5188813 trends project 7 yıl önce
filters a2e5188813 trends project 7 yıl önce
grid a2e5188813 trends project 7 yıl önce
helpers a2e5188813 trends project 7 yıl önce
i18n a2e5188813 trends project 7 yıl önce
log a2e5188813 trends project 7 yıl önce
mail a2e5188813 trends project 7 yıl önce
messages a2e5188813 trends project 7 yıl önce
mutex a2e5188813 trends project 7 yıl önce
rbac a2e5188813 trends project 7 yıl önce
requirements a2e5188813 trends project 7 yıl önce
rest a2e5188813 trends project 7 yıl önce
test a2e5188813 trends project 7 yıl önce
validators a2e5188813 trends project 7 yıl önce
views a2e5188813 trends project 7 yıl önce
web a2e5188813 trends project 7 yıl önce
widgets a2e5188813 trends project 7 yıl önce
.gitignore a2e5188813 trends project 7 yıl önce
.htaccess a2e5188813 trends project 7 yıl önce
BaseYii.php a2e5188813 trends project 7 yıl önce
CHANGELOG.md a2e5188813 trends project 7 yıl önce
LICENSE.md a2e5188813 trends project 7 yıl önce
README.md a2e5188813 trends project 7 yıl önce
UPGRADE.md a2e5188813 trends project 7 yıl önce
Yii.php a2e5188813 trends project 7 yıl önce
classes.php a2e5188813 trends project 7 yıl önce
composer.json a2e5188813 trends project 7 yıl önce
yii a2e5188813 trends project 7 yıl önce
yii.bat a2e5188813 trends project 7 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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.