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.
 
 
 
 
 
Anton 6067608321
Fix #19005: Add `yii\base\Module::setControllerPath()`
3 years ago
..
.github Add meta-files for yiisoft/yii2-framework [skip ci] 5 years ago
assets Fix #13105: Add yiiActiveForm validate_only property for skipping form auto-submission 3 years ago
base Fix #19005: Add `yii\base\Module::setControllerPath()` 3 years ago
behaviors [doc] Update PHP doc links (#18957) 3 years ago
caching [doc] Update PHP doc links (#18957) 3 years ago
captcha Fix #18904: Improve Captcha client-side validation 3 years ago
console Fix #19031: Fix displaying console help for parameters with declared types 3 years ago
data Fix variable references in phpdoc (#19006) 3 years ago
db (Docs) Normalized existing "virtual" / "magic" methods' descriptions, add missing ones (#19066) 3 years ago
di Prepare for new apidoc (part 2) (#19010) 3 years ago
filters Prepare for new apidoc (part 2) (#19010) 3 years ago
grid Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
helpers Prepare for new apidoc (part 2) (#19010) 3 years ago
i18n [doc] Update PHP doc links (#18957) 3 years ago
log [doc] Update PHP doc links (#18957) 3 years ago
mail Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
messages Fixed tipfellery and inconsistencies regardin file translation for file validation messages in Croatian 3 years ago
mutex Fix some code smells (#18696) 3 years ago
rbac Fixed phpdoc types 4 years ago
requirements [doc] Update PHP doc links (#18957) 3 years ago
rest (Docs) Fixed preview for $prepareDataProvider (#19055) 3 years ago
test Prepare for new apidoc (part 2) (#19010) 3 years ago
validators [doc] Update PHP doc links (#18957) 3 years ago
views Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 5 years ago
web Prepare for new apidoc (part 2) (#19010) 3 years ago
widgets Fix #18967: Use proper attribute names for tabular data in `yii\widgets\ActiveField::addAriaAttributes()` 3 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
.phpstorm.meta.php Fix #18205: Add `.phpstorm.meta.php` file for better auto-completion in PhpStorm 4 years ago
BaseYii.php [doc] Update PHP doc links (#18957) 3 years ago
CHANGELOG.md Fix #19005: Add `yii\base\Module::setControllerPath()` 3 years ago
LICENSE.md Remove non-standard header so license is auto-detected properly [skip ci] 5 years ago
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md [doc] Update PHP doc links (#18957) 3 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.42 3 years ago
composer.json Use ircs as IRC protocol 3 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 7 years ago
yii.bat Fixed copyright year in batch files 10 years ago

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.