zxiansheng 9a51cb0a67 first commit 4 years ago
..
.github 9a51cb0a67 first commit 4 years ago
assets 9a51cb0a67 first commit 4 years ago
base 9a51cb0a67 first commit 4 years ago
behaviors 9a51cb0a67 first commit 4 years ago
caching 9a51cb0a67 first commit 4 years ago
captcha 9a51cb0a67 first commit 4 years ago
console 9a51cb0a67 first commit 4 years ago
data 9a51cb0a67 first commit 4 years ago
db 9a51cb0a67 first commit 4 years ago
di 9a51cb0a67 first commit 4 years ago
filters 9a51cb0a67 first commit 4 years ago
grid 9a51cb0a67 first commit 4 years ago
helpers 9a51cb0a67 first commit 4 years ago
i18n 9a51cb0a67 first commit 4 years ago
log 9a51cb0a67 first commit 4 years ago
mail 9a51cb0a67 first commit 4 years ago
messages 9a51cb0a67 first commit 4 years ago
mutex 9a51cb0a67 first commit 4 years ago
rbac 9a51cb0a67 first commit 4 years ago
requirements 9a51cb0a67 first commit 4 years ago
rest 9a51cb0a67 first commit 4 years ago
test 9a51cb0a67 first commit 4 years ago
validators 9a51cb0a67 first commit 4 years ago
views 9a51cb0a67 first commit 4 years ago
web 9a51cb0a67 first commit 4 years ago
widgets 9a51cb0a67 first commit 4 years ago
.gitignore 9a51cb0a67 first commit 4 years ago
.htaccess 9a51cb0a67 first commit 4 years ago
.phpstorm.meta.php 9a51cb0a67 first commit 4 years ago
BaseYii.php 9a51cb0a67 first commit 4 years ago
CHANGELOG.md 9a51cb0a67 first commit 4 years ago
LICENSE.md 9a51cb0a67 first commit 4 years ago
README.md 9a51cb0a67 first commit 4 years ago
UPGRADE.md 9a51cb0a67 first commit 4 years ago
Yii.php 9a51cb0a67 first commit 4 years ago
classes.php 9a51cb0a67 first commit 4 years ago
composer.json 9a51cb0a67 first commit 4 years ago
yii 9a51cb0a67 first commit 4 years ago
yii.bat 9a51cb0a67 first commit 4 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.