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