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

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.