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

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.