oubo f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
..
assets f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
base f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
behaviors f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
caching f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
captcha 96d7f35943 v1.0.8 6 gadi atpakaļ
console f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
data f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
db f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
di f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
filters f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
grid 96d7f35943 v1.0.8 6 gadi atpakaļ
helpers f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
i18n f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
log f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
mail f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
messages f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
mutex 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
rbac f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
requirements f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
rest f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
test 96d7f35943 v1.0.8 6 gadi atpakaļ
validators f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
views f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
web f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
widgets f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
.gitignore 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
.htaccess 96d7f35943 v1.0.8 6 gadi atpakaļ
BaseYii.php f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
CHANGELOG.md f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
LICENSE.md f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
README.md 96d7f35943 v1.0.8 6 gadi atpakaļ
UPGRADE.md f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
Yii.php f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
classes.php f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
composer.json f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 gadi atpakaļ
yii 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
yii.bat 96d7f35943 v1.0.8 6 gadi atpakaļ

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.