TonyY 1893043c77 first commit před 4 roky
..
assets 1893043c77 first commit před 4 roky
base 1893043c77 first commit před 4 roky
behaviors 1893043c77 first commit před 4 roky
caching 1893043c77 first commit před 4 roky
captcha 1893043c77 first commit před 4 roky
console 1893043c77 first commit před 4 roky
data 1893043c77 first commit před 4 roky
db 1893043c77 first commit před 4 roky
di 1893043c77 first commit před 4 roky
filters 1893043c77 first commit před 4 roky
grid 1893043c77 first commit před 4 roky
helpers 1893043c77 first commit před 4 roky
i18n 1893043c77 first commit před 4 roky
log 1893043c77 first commit před 4 roky
mail 1893043c77 first commit před 4 roky
messages 1893043c77 first commit před 4 roky
mutex 1893043c77 first commit před 4 roky
rbac 1893043c77 first commit před 4 roky
requirements 1893043c77 first commit před 4 roky
rest 1893043c77 first commit před 4 roky
test 1893043c77 first commit před 4 roky
validators 1893043c77 first commit před 4 roky
views 1893043c77 first commit před 4 roky
web 1893043c77 first commit před 4 roky
widgets 1893043c77 first commit před 4 roky
.gitignore 1893043c77 first commit před 4 roky
.htaccess 1893043c77 first commit před 4 roky
BaseYii.php 1893043c77 first commit před 4 roky
CHANGELOG.md 1893043c77 first commit před 4 roky
LICENSE.md 1893043c77 first commit před 4 roky
README.md 1893043c77 first commit před 4 roky
UPGRADE.md 1893043c77 first commit před 4 roky
Yii.php 1893043c77 first commit před 4 roky
classes.php 1893043c77 first commit před 4 roky
composer.json 1893043c77 first commit před 4 roky
yii 1893043c77 first commit před 4 roky
yii.bat 1893043c77 first commit 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.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.