shichen b6c5ecc67a init 11 meses atrás
..
.github b6c5ecc67a init 11 meses atrás
assets b6c5ecc67a init 11 meses atrás
base b6c5ecc67a init 11 meses atrás
behaviors b6c5ecc67a init 11 meses atrás
caching b6c5ecc67a init 11 meses atrás
captcha b6c5ecc67a init 11 meses atrás
console b6c5ecc67a init 11 meses atrás
data b6c5ecc67a init 11 meses atrás
db b6c5ecc67a init 11 meses atrás
di b6c5ecc67a init 11 meses atrás
filters b6c5ecc67a init 11 meses atrás
grid b6c5ecc67a init 11 meses atrás
helpers b6c5ecc67a init 11 meses atrás
i18n b6c5ecc67a init 11 meses atrás
log b6c5ecc67a init 11 meses atrás
mail b6c5ecc67a init 11 meses atrás
messages b6c5ecc67a init 11 meses atrás
mutex b6c5ecc67a init 11 meses atrás
rbac b6c5ecc67a init 11 meses atrás
requirements b6c5ecc67a init 11 meses atrás
rest b6c5ecc67a init 11 meses atrás
test b6c5ecc67a init 11 meses atrás
validators b6c5ecc67a init 11 meses atrás
views b6c5ecc67a init 11 meses atrás
web b6c5ecc67a init 11 meses atrás
widgets b6c5ecc67a init 11 meses atrás
.gitignore b6c5ecc67a init 11 meses atrás
.htaccess b6c5ecc67a init 11 meses atrás
.phpstorm.meta.php b6c5ecc67a init 11 meses atrás
BaseYii.php b6c5ecc67a init 11 meses atrás
CHANGELOG.md b6c5ecc67a init 11 meses atrás
LICENSE.md b6c5ecc67a init 11 meses atrás
README.md b6c5ecc67a init 11 meses atrás
UPGRADE.md b6c5ecc67a init 11 meses atrás
Yii.php b6c5ecc67a init 11 meses atrás
classes.php b6c5ecc67a init 11 meses atrás
composer.json b6c5ecc67a init 11 meses atrás
yii b6c5ecc67a init 11 meses atrás
yii.bat b6c5ecc67a init 11 meses atrás

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.