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