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

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.