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

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.