oubo 36d7c0abb7 84a0bd5ae il y a 6 ans
..
assets 36d7c0abb7 84a0bd5ae il y a 6 ans
base 36d7c0abb7 84a0bd5ae il y a 6 ans
behaviors 36d7c0abb7 84a0bd5ae il y a 6 ans
caching 36d7c0abb7 84a0bd5ae il y a 6 ans
captcha 96d7f35943 v1.0.8 il y a 6 ans
console 36d7c0abb7 84a0bd5ae il y a 6 ans
data 36d7c0abb7 84a0bd5ae il y a 6 ans
db 36d7c0abb7 84a0bd5ae il y a 6 ans
di 36d7c0abb7 84a0bd5ae il y a 6 ans
filters 36d7c0abb7 84a0bd5ae il y a 6 ans
grid 96d7f35943 v1.0.8 il y a 6 ans
helpers 36d7c0abb7 84a0bd5ae il y a 6 ans
i18n 36d7c0abb7 84a0bd5ae il y a 6 ans
log 36d7c0abb7 84a0bd5ae il y a 6 ans
mail 96d7f35943 v1.0.8 il y a 6 ans
messages 36d7c0abb7 84a0bd5ae il y a 6 ans
mutex 36d7c0abb7 84a0bd5ae il y a 6 ans
rbac 36d7c0abb7 84a0bd5ae il y a 6 ans
requirements 36d7c0abb7 84a0bd5ae il y a 6 ans
rest 36d7c0abb7 84a0bd5ae il y a 6 ans
test 96d7f35943 v1.0.8 il y a 6 ans
validators 36d7c0abb7 84a0bd5ae il y a 6 ans
views 96d7f35943 v1.0.8 il y a 6 ans
web 36d7c0abb7 84a0bd5ae il y a 6 ans
widgets 36d7c0abb7 84a0bd5ae il y a 6 ans
.gitignore 36d7c0abb7 84a0bd5ae il y a 6 ans
.htaccess 96d7f35943 v1.0.8 il y a 6 ans
BaseYii.php 36d7c0abb7 84a0bd5ae il y a 6 ans
CHANGELOG.md 36d7c0abb7 84a0bd5ae il y a 6 ans
LICENSE.md 96d7f35943 v1.0.8 il y a 6 ans
README.md 96d7f35943 v1.0.8 il y a 6 ans
UPGRADE.md 36d7c0abb7 84a0bd5ae il y a 6 ans
Yii.php 36d7c0abb7 84a0bd5ae il y a 6 ans
classes.php 36d7c0abb7 84a0bd5ae il y a 6 ans
composer.json 36d7c0abb7 84a0bd5ae il y a 6 ans
yii 36d7c0abb7 84a0bd5ae il y a 6 ans
yii.bat 96d7f35943 v1.0.8 il y a 6 ans

README.md

Yii PHP Framework Version 2

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.

Installation

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.