mead cff8596724 init před 4 roky
..
assets cff8596724 init před 4 roky
base cff8596724 init před 4 roky
behaviors cff8596724 init před 4 roky
caching cff8596724 init před 4 roky
captcha cff8596724 init před 4 roky
console cff8596724 init před 4 roky
data cff8596724 init před 4 roky
db cff8596724 init před 4 roky
di cff8596724 init před 4 roky
filters cff8596724 init před 4 roky
grid cff8596724 init před 4 roky
helpers cff8596724 init před 4 roky
i18n cff8596724 init před 4 roky
log cff8596724 init před 4 roky
mail cff8596724 init před 4 roky
messages cff8596724 init před 4 roky
mutex cff8596724 init před 4 roky
rbac cff8596724 init před 4 roky
requirements cff8596724 init před 4 roky
rest cff8596724 init před 4 roky
test cff8596724 init před 4 roky
validators cff8596724 init před 4 roky
views cff8596724 init před 4 roky
web cff8596724 init před 4 roky
widgets cff8596724 init před 4 roky
.htaccess cff8596724 init před 4 roky
BaseYii.php cff8596724 init před 4 roky
CHANGELOG.md cff8596724 init před 4 roky
LICENSE.md cff8596724 init před 4 roky
README.md cff8596724 init před 4 roky
UPGRADE.md cff8596724 init před 4 roky
Yii.php cff8596724 init před 4 roky
classes.php cff8596724 init před 4 roky
composer.json cff8596724 init před 4 roky
yii cff8596724 init před 4 roky
yii.bat cff8596724 init před 4 roky

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.

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.