keun e44d9e9062 Ajout des fichiers "vendor" | hace 8 años | |
---|---|---|
.. | ||
assets | hace 8 años | |
base | hace 8 años | |
behaviors | hace 8 años | |
caching | hace 8 años | |
captcha | hace 8 años | |
console | hace 8 años | |
data | hace 8 años | |
db | hace 8 años | |
di | hace 8 años | |
filters | hace 8 años | |
grid | hace 8 años | |
helpers | hace 8 años | |
i18n | hace 8 años | |
log | hace 8 años | |
hace 8 años | ||
messages | hace 8 años | |
mutex | hace 8 años | |
rbac | hace 8 años | |
requirements | hace 8 años | |
rest | hace 8 años | |
test | hace 8 años | |
validators | hace 8 años | |
views | hace 8 años | |
web | hace 8 años | |
widgets | hace 8 años | |
.gitignore | hace 8 años | |
.htaccess | hace 8 años | |
BaseYii.php | hace 8 años | |
CHANGELOG.md | hace 8 años | |
LICENSE.md | hace 8 años | |
README.md | hace 8 años | |
UPGRADE.md | hace 8 años | |
Yii.php | hace 8 años | |
classes.php | hace 8 años | |
composer.json | hace 8 años | |
yii | hace 8 años | |
yii.bat | hace 8 años |
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.