jace 0aed4b8326 fusian project 7 년 전
..
assets 0aed4b8326 fusian project 7 년 전
base 0aed4b8326 fusian project 7 년 전
behaviors 0aed4b8326 fusian project 7 년 전
caching 0aed4b8326 fusian project 7 년 전
captcha 0aed4b8326 fusian project 7 년 전
console 0aed4b8326 fusian project 7 년 전
data 0aed4b8326 fusian project 7 년 전
db 0aed4b8326 fusian project 7 년 전
di 0aed4b8326 fusian project 7 년 전
filters 0aed4b8326 fusian project 7 년 전
grid 0aed4b8326 fusian project 7 년 전
helpers 0aed4b8326 fusian project 7 년 전
i18n 0aed4b8326 fusian project 7 년 전
log 0aed4b8326 fusian project 7 년 전
mail 0aed4b8326 fusian project 7 년 전
messages 0aed4b8326 fusian project 7 년 전
mutex 0aed4b8326 fusian project 7 년 전
rbac 0aed4b8326 fusian project 7 년 전
requirements 0aed4b8326 fusian project 7 년 전
rest 0aed4b8326 fusian project 7 년 전
test 0aed4b8326 fusian project 7 년 전
validators 0aed4b8326 fusian project 7 년 전
views 0aed4b8326 fusian project 7 년 전
web 0aed4b8326 fusian project 7 년 전
widgets 0aed4b8326 fusian project 7 년 전
.gitignore 0aed4b8326 fusian project 7 년 전
.htaccess 0aed4b8326 fusian project 7 년 전
BaseYii.php 0aed4b8326 fusian project 7 년 전
CHANGELOG.md 0aed4b8326 fusian project 7 년 전
LICENSE.md 0aed4b8326 fusian project 7 년 전
README.md 0aed4b8326 fusian project 7 년 전
UPGRADE.md 0aed4b8326 fusian project 7 년 전
Yii.php 0aed4b8326 fusian project 7 년 전
classes.php 0aed4b8326 fusian project 7 년 전
composer.json 0aed4b8326 fusian project 7 년 전
yii 0aed4b8326 fusian project 7 년 전
yii.bat 0aed4b8326 fusian project 7 년 전

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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.