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

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.