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