keun e44d9e9062 Ajout des fichiers "vendor" | пре 8 година | |
---|---|---|
.. | ||
assets | пре 8 година | |
base | пре 8 година | |
behaviors | пре 8 година | |
caching | пре 8 година | |
captcha | пре 8 година | |
console | пре 8 година | |
data | пре 8 година | |
db | пре 8 година | |
di | пре 8 година | |
filters | пре 8 година | |
grid | пре 8 година | |
helpers | пре 8 година | |
i18n | пре 8 година | |
log | пре 8 година | |
пре 8 година | ||
messages | пре 8 година | |
mutex | пре 8 година | |
rbac | пре 8 година | |
requirements | пре 8 година | |
rest | пре 8 година | |
test | пре 8 година | |
validators | пре 8 година | |
views | пре 8 година | |
web | пре 8 година | |
widgets | пре 8 година | |
.gitignore | пре 8 година | |
.htaccess | пре 8 година | |
BaseYii.php | пре 8 година | |
CHANGELOG.md | пре 8 година | |
LICENSE.md | пре 8 година | |
README.md | пре 8 година | |
UPGRADE.md | пре 8 година | |
Yii.php | пре 8 година | |
classes.php | пре 8 година | |
composer.json | пре 8 година | |
yii | пре 8 година | |
yii.bat | пре 8 година |
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.
Either run
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require yiisoft/yii2
or add
"yiisoft/yii2": "~2.0.0",
to the require section of your composer.json.