TonyY 1893043c77 first commit 3 лет назад
..
assets 1893043c77 first commit 3 лет назад
base 1893043c77 first commit 3 лет назад
behaviors 1893043c77 first commit 3 лет назад
caching 1893043c77 first commit 3 лет назад
captcha 1893043c77 first commit 3 лет назад
console 1893043c77 first commit 3 лет назад
data 1893043c77 first commit 3 лет назад
db 1893043c77 first commit 3 лет назад
di 1893043c77 first commit 3 лет назад
filters 1893043c77 first commit 3 лет назад
grid 1893043c77 first commit 3 лет назад
helpers 1893043c77 first commit 3 лет назад
i18n 1893043c77 first commit 3 лет назад
log 1893043c77 first commit 3 лет назад
mail 1893043c77 first commit 3 лет назад
messages 1893043c77 first commit 3 лет назад
mutex 1893043c77 first commit 3 лет назад
rbac 1893043c77 first commit 3 лет назад
requirements 1893043c77 first commit 3 лет назад
rest 1893043c77 first commit 3 лет назад
test 1893043c77 first commit 3 лет назад
validators 1893043c77 first commit 3 лет назад
views 1893043c77 first commit 3 лет назад
web 1893043c77 first commit 3 лет назад
widgets 1893043c77 first commit 3 лет назад
.gitignore 1893043c77 first commit 3 лет назад
.htaccess 1893043c77 first commit 3 лет назад
BaseYii.php 1893043c77 first commit 3 лет назад
CHANGELOG.md 1893043c77 first commit 3 лет назад
LICENSE.md 1893043c77 first commit 3 лет назад
README.md 1893043c77 first commit 3 лет назад
UPGRADE.md 1893043c77 first commit 3 лет назад
Yii.php 1893043c77 first commit 3 лет назад
classes.php 1893043c77 first commit 3 лет назад
composer.json 1893043c77 first commit 3 лет назад
yii 1893043c77 first commit 3 лет назад
yii.bat 1893043c77 first commit 3 лет назад

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.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.