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 92b1ba77db improved phpdoc of ActiveForm 10 years ago
..
assets Fixes #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation 10 years ago
base Fixes #7775: Added more strict check on controller IDs when they are being used to create controller instances on Windows 10 years ago
behaviors improved wording in TimestampBehavior 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 Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format 10 years ago
console Fixes #6895: Added `ignoreCategories` config option for message command to ignore categories specified 10 years ago
data enhanced default value for ListView Sort attribute labels 10 years ago
db fixed AR phpdoc 10 years ago
di Added support to `yii\di\Container` to instantiate and configure an object that implements `yii\base\Configurable`. 10 years ago
filters Fixes #7850: Added and to allow selectively caching cookies and HTTP headers 10 years ago
grid added ActionColumn::$buttonOptions 10 years ago
helpers improved error messages in FileHelper 10 years ago
i18n fix case in asDatetime method references 10 years ago
log Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget` 10 years ago
mail improved HTML to Text fallback in BaseMailer 10 years ago
messages fixed a typo in fa, he and tj messages files. Solved #7695 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 Fixes #7266 10 years ago
requirements Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements 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 added documentation about handling date values 10 years ago
views Fixes #7856: Fixed comments order in messageConfig 10 years ago
web CodeStyle fix 10 years ago
widgets improved phpdoc of ActiveForm 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Fixes #7775: Added more strict check on controller IDs when they are being used to create controller instances on Windows 10 years ago
LICENSE.md
README.md improved framework README 10 years ago
UPGRADE.md Updated dependency to `cebe/markdown` to version `1.0.x`. 10 years ago
Yii.php Yii class code style fix 10 years ago
classes.php 2.0.3 release. 10 years ago
composer.json Updated dependency to `cebe/markdown` to version `1.0.x`. 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.

This repository is a git submodule 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.

Either run

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

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.