TonyY 1893043c77 first commit 4 years ago
..
assets 1893043c77 first commit 4 years ago
base 1893043c77 first commit 4 years ago
behaviors 1893043c77 first commit 4 years ago
caching 1893043c77 first commit 4 years ago
captcha 1893043c77 first commit 4 years ago
console 1893043c77 first commit 4 years ago
data 1893043c77 first commit 4 years ago
db 1893043c77 first commit 4 years ago
di 1893043c77 first commit 4 years ago
filters 1893043c77 first commit 4 years ago
grid 1893043c77 first commit 4 years ago
helpers 1893043c77 first commit 4 years ago
i18n 1893043c77 first commit 4 years ago
log 1893043c77 first commit 4 years ago
mail 1893043c77 first commit 4 years ago
messages 1893043c77 first commit 4 years ago
mutex 1893043c77 first commit 4 years ago
rbac 1893043c77 first commit 4 years ago
requirements 1893043c77 first commit 4 years ago
rest 1893043c77 first commit 4 years ago
test 1893043c77 first commit 4 years ago
validators 1893043c77 first commit 4 years ago
views 1893043c77 first commit 4 years ago
web 1893043c77 first commit 4 years ago
widgets 1893043c77 first commit 4 years ago
.gitignore 1893043c77 first commit 4 years ago
.htaccess 1893043c77 first commit 4 years ago
BaseYii.php 1893043c77 first commit 4 years ago
CHANGELOG.md 1893043c77 first commit 4 years ago
LICENSE.md 1893043c77 first commit 4 years ago
README.md 1893043c77 first commit 4 years ago
UPGRADE.md 1893043c77 first commit 4 years ago
Yii.php 1893043c77 first commit 4 years ago
classes.php 1893043c77 first commit 4 years ago
composer.json 1893043c77 first commit 4 years ago
yii 1893043c77 first commit 4 years ago
yii.bat 1893043c77 first commit 4 years ago

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.