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.
 
 
 
 
 
Carsten Brandt 41177b0258 Update UPGRADE.md 10 years ago
..
assets Upgrade jquery.inputmask to v3.0.52 10 years ago
base Fixes #4231: turned Controller::findLayoutFile() from protected to public. 10 years ago
behaviors doc update [skip ci] 10 years ago
caching Fixes #2558: Enhanced support for memcached by adding `yii\caching\MemCache::persistentId` and `yii\caching\MemCache::options` 10 years ago
captcha Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
console Use `limit(null)` instead of `limit(-1)` 10 years ago
data phpdoc code 10 years ago
db Fixes #4232: `TableSchema::sequenceName` for PostgreSQL should remove the enclosing quotes 10 years ago
di Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
filters Fixes #4199: added missing category to logging calls 10 years ago
grid gridview and listview use widget ID in base tag 10 years ago
helpers Fixes #4205 [skip ci] 10 years ago
i18n Fixes #4199: added missing category to logging calls 10 years ago
log change default facility of SyslogTarget 10 years ago
mail Fixes #3992 10 years ago
messages Update Thai Translation 10 years ago
mutex updated phpdoc and classmap 10 years ago
rbac Adjusted naming 10 years ago
requirements Review requirements 10 years ago
rest Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
test Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
validators Fixes #3020 [skip ci] 10 years ago
views migration fixed 10 years ago
web Fixes #4204: `yii\web\Request::getUserIP()` will return null if it cannot detect user IP address 10 years ago
widgets Fixes #4227: `\yii\widgets\LinkPager::$hideOnSinglePage` is now `true` by default 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php another @see 10 years ago
CHANGELOG.md Fixes #4232: `TableSchema::sequenceName` for PostgreSQL should remove the enclosing quotes 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Update UPGRADE.md 10 years ago
Yii.php DI WIP 11 years ago
classes.php Component 'security' added tp the base application 10 years ago
composer.json implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 years ago
yii.bat psr-4 move 11 years ago

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.