mickey135 9e3b5098e2 feat:初始化sz地铁 | hace 1 mes | |
---|---|---|
.. | ||
.github | hace 1 mes | |
assets | hace 1 mes | |
base | hace 1 mes | |
behaviors | hace 1 mes | |
caching | hace 1 mes | |
captcha | hace 1 mes | |
console | hace 1 mes | |
data | hace 1 mes | |
db | hace 1 mes | |
di | hace 1 mes | |
filters | hace 1 mes | |
grid | hace 1 mes | |
helpers | hace 1 mes | |
i18n | hace 1 mes | |
log | hace 1 mes | |
hace 1 mes | ||
messages | hace 1 mes | |
mutex | hace 1 mes | |
rbac | hace 1 mes | |
requirements | hace 1 mes | |
rest | hace 1 mes | |
test | hace 1 mes | |
validators | hace 1 mes | |
views | hace 1 mes | |
web | hace 1 mes | |
widgets | hace 1 mes | |
.gitignore | hace 1 mes | |
.htaccess | hace 1 mes | |
.phpstorm.meta.php | hace 1 mes | |
BaseYii.php | hace 1 mes | |
CHANGELOG.md | hace 1 mes | |
LICENSE.md | hace 1 mes | |
README.md | hace 1 mes | |
UPGRADE.md | hace 1 mes | |
Yii.php | hace 1 mes | |
classes.php | hace 1 mes | |
composer.json | hace 1 mes | |
yii | hace 1 mes | |
yii.bat | hace 1 mes |
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.
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.