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 3091024e78 And optimized even more 11 years ago
..
assets
base phpdoc fixes, unused variable 11 years ago
behaviors
caching Removed unused imports 11 years ago
captcha Removed unused imports 11 years ago
console And optimized even more 11 years ago
data ModelSerializer WIP 11 years ago
db Removed unused imports 11 years ago
grid Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
helpers
i18n phpdoc fixes, unused variable 11 years ago
log Removed unused imports 11 years ago
mail phpdoc fixes, unused variable 11 years ago
messages Add French Translation 11 years ago
mutex
rbac
requirements
test
validators fixed formatting 11 years ago
views
web Removed unused imports 11 years ago
widgets Fixes #1326: The `visible` setting for `DetailView` doesn't work as expected 11 years ago
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php
classes.php
composer.json Fixes #1905: Update composer.json to use jQuery 2.0.* 11 years ago
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 this extension 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.