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.
 
 
 
 
 
nkovacs ada9abe6b1 Fix documentation of PhpMessageSource::$basePath 10 years ago
..
assets Fixes #6361 10 years ago
base Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
behaviors More correct usage of TimeStamp touch method 10 years ago
caching Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
captcha enhanced widget documentation 10 years ago
console Optimized checks order in conditions 10 years ago
data Optimized checks order in conditions 10 years ago
db Optimized checks order in conditions 10 years ago
di Fixed typo. 10 years ago
filters Fixes #4710: added cache busting support for assets 10 years ago
grid Fixes #7008: Removed extra white space in GridView filter cell 10 years ago
helpers Optimized checks order in conditions 10 years ago
i18n Fix documentation of PhpMessageSource::$basePath 10 years ago
log Optimized checks order in conditions 10 years ago
mail improved HTML to Text fallback in BaseMailer 10 years ago
messages Merge pull request #7156 from apaoww/master 10 years ago
mutex Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
rbac Optimized checks order in conditions 10 years ago
requirements Fix #6605 10 years ago
rest PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
test Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
validators annotation typo 10 years ago
views Optimized checks order in conditions 10 years ago
web Merge branch 'master' of git://github.com/yiisoft/yii2 10 years ago
widgets enhanced widget documentation 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for the next release. 10 years ago
CHANGELOG.md Fixes #4710: Added `yii\web\AssetManager::appendTimestamp` to support cache busting for assets 10 years ago
LICENSE.md
README.md updated composer asset plugin in travis.yml 10 years ago
UPGRADE.md adjust version composer-asset-plugin to 1.0.0 [ci skip] 10 years ago
Yii.php Yii class code style fix 10 years ago
classes.php removed requirements checker from classmap 10 years ago
composer.json require PHP mcrypt extension 10 years ago
yii implemented markdown parsing for console command description 10 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.

Installation

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

Either run

composer global require "fxp/composer-asset-plugin:1.0.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.