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