root 42b1f3c490 20200525-init пре 5 година
..
.github 42b1f3c490 20200525-init пре 5 година
assets 42b1f3c490 20200525-init пре 5 година
base 42b1f3c490 20200525-init пре 5 година
behaviors 42b1f3c490 20200525-init пре 5 година
caching 42b1f3c490 20200525-init пре 5 година
captcha 42b1f3c490 20200525-init пре 5 година
console 42b1f3c490 20200525-init пре 5 година
data 42b1f3c490 20200525-init пре 5 година
db 42b1f3c490 20200525-init пре 5 година
di 42b1f3c490 20200525-init пре 5 година
filters 42b1f3c490 20200525-init пре 5 година
grid 42b1f3c490 20200525-init пре 5 година
helpers 42b1f3c490 20200525-init пре 5 година
i18n 42b1f3c490 20200525-init пре 5 година
log 42b1f3c490 20200525-init пре 5 година
mail 42b1f3c490 20200525-init пре 5 година
messages 42b1f3c490 20200525-init пре 5 година
mutex 42b1f3c490 20200525-init пре 5 година
rbac 42b1f3c490 20200525-init пре 5 година
requirements 42b1f3c490 20200525-init пре 5 година
rest 42b1f3c490 20200525-init пре 5 година
test 42b1f3c490 20200525-init пре 5 година
validators 42b1f3c490 20200525-init пре 5 година
views 42b1f3c490 20200525-init пре 5 година
web 42b1f3c490 20200525-init пре 5 година
widgets 42b1f3c490 20200525-init пре 5 година
.gitignore 42b1f3c490 20200525-init пре 5 година
.htaccess 42b1f3c490 20200525-init пре 5 година
BaseYii.php 42b1f3c490 20200525-init пре 5 година
CHANGELOG.md 42b1f3c490 20200525-init пре 5 година
LICENSE.md 42b1f3c490 20200525-init пре 5 година
README.md 42b1f3c490 20200525-init пре 5 година
UPGRADE.md 42b1f3c490 20200525-init пре 5 година
Yii.php 42b1f3c490 20200525-init пре 5 година
classes.php 42b1f3c490 20200525-init пре 5 година
composer.json 42b1f3c490 20200525-init пре 5 година
yii 42b1f3c490 20200525-init пре 5 година
yii.bat 42b1f3c490 20200525-init пре 5 година

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.