Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexander Makarov 73045c83b9 Simplified ArrayTrait::fields() default implementation since it works fine w/ just field names as values 10 years ago
..
assets
base Simplified ArrayTrait::fields() default implementation since it works fine w/ just field names as values 10 years ago
behaviors
caching
captcha
console Fixes #4288: added a hint on how to specify console boolean values to the output of help 10 years ago
data
db allow precision for binary type in MSSQL 10 years ago
di
filters Fixes #4920: `yii\filters\auth\CompositeAuth` should not trigger error as long as one of the methods succeeds 10 years ago
grid
helpers Refactored help system. [skip ci] 10 years ago
i18n
log
mail
messages Fix typos and semantic errors in Serbian translation 10 years ago
mutex
rbac
requirements
rest
test
validators
views
web
widgets Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside 10 years ago
.gitignore
.htaccess
BaseYii.php changed syntax for referencing the guide in apidoc 10 years ago
CHANGELOG.md Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside 10 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php
bower.json
classes.php
composer.json
yii
yii.bat

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.