root 42b1f3c490 20200525-init 5 years ago
..
.github 42b1f3c490 20200525-init 5 years ago
assets 42b1f3c490 20200525-init 5 years ago
base 42b1f3c490 20200525-init 5 years ago
behaviors 42b1f3c490 20200525-init 5 years ago
caching 42b1f3c490 20200525-init 5 years ago
captcha 42b1f3c490 20200525-init 5 years ago
console 42b1f3c490 20200525-init 5 years ago
data 42b1f3c490 20200525-init 5 years ago
db 42b1f3c490 20200525-init 5 years ago
di 42b1f3c490 20200525-init 5 years ago
filters 42b1f3c490 20200525-init 5 years ago
grid 42b1f3c490 20200525-init 5 years ago
helpers 42b1f3c490 20200525-init 5 years ago
i18n 42b1f3c490 20200525-init 5 years ago
log 42b1f3c490 20200525-init 5 years ago
mail 42b1f3c490 20200525-init 5 years ago
messages 42b1f3c490 20200525-init 5 years ago
mutex 42b1f3c490 20200525-init 5 years ago
rbac 42b1f3c490 20200525-init 5 years ago
requirements 42b1f3c490 20200525-init 5 years ago
rest 42b1f3c490 20200525-init 5 years ago
test 42b1f3c490 20200525-init 5 years ago
validators 42b1f3c490 20200525-init 5 years ago
views 42b1f3c490 20200525-init 5 years ago
web 42b1f3c490 20200525-init 5 years ago
widgets 42b1f3c490 20200525-init 5 years ago
.gitignore 42b1f3c490 20200525-init 5 years ago
.htaccess 42b1f3c490 20200525-init 5 years ago
BaseYii.php 42b1f3c490 20200525-init 5 years ago
CHANGELOG.md 42b1f3c490 20200525-init 5 years ago
LICENSE.md 42b1f3c490 20200525-init 5 years ago
README.md 42b1f3c490 20200525-init 5 years ago
UPGRADE.md 42b1f3c490 20200525-init 5 years ago
Yii.php 42b1f3c490 20200525-init 5 years ago
classes.php 42b1f3c490 20200525-init 5 years ago
composer.json 42b1f3c490 20200525-init 5 years ago
yii 42b1f3c490 20200525-init 5 years ago
yii.bat 42b1f3c490 20200525-init 5 years ago

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.