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.
 
 
 
 
 
Klimov Paul e5922a2aaf 'autoGenerateSecretKey' mention removed from upgrade note about `Security` 10 years ago
..
assets Fixes #3934: Added attr() method instead prop() to get valid action url. 10 years ago
base Adjusted exception message when pdkdbf2 is set but environment isn't OK 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 implemented markdown parsing for console command description 10 years ago
data Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
db cleanup after #4092 10 years ago
di Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
filters Fixes #3638: `yii\filters\HttpCache` does not work as expected when session is started before the filter 10 years ago
grid gridview and listview use widget ID in base tag 10 years ago
helpers make fileinfo optional requirement 10 years ago
i18n \yii\i18n\DbMessageSource code style fixes 10 years ago
log changed default for rotateByCopy of FileTarget 10 years ago
mail Update BaseMessage.php 10 years ago
messages Fix #4081: invalid brazilian portuguese 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 added unit tests for schema detection 10 years ago
web Fixes #4103 10 years ago
widgets gridview and listview use widget ID in base tag 10 years ago
.gitignore
.htaccess
BaseYii.php another @see 10 years ago
CHANGELOG.md Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
LICENSE.md
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md 'autoGenerateSecretKey' mention removed from upgrade note about `Security` 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

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.