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 6f82959675 made post params consistend with body and query params in request 11 years ago
..
assets Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit 11 years ago
base Merge branch 'master' 11 years ago
behaviors AutoTimestamp updated 11 years ago
caching Removed unused imports 11 years ago
captcha made post params consistend with body and query params in request 11 years ago
console Fixes #2156: `yii migrate` now automatically creates `migrations` directory if it does not exist 11 years ago
data refactored params methods in Request 11 years ago
db Merge pull request #2137 from Ana1oliy/issue-1659 11 years ago
grid GridView typo fixed 11 years ago
helpers Fixes #1897 11 years ago
i18n fixes #2176 11 years ago
log doc fix 11 years ago
mail Fixed refactoring 11 years ago
messages Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions 11 years ago
mutex psr-4 move 11 years ago
rbac more null fixes. 11 years ago
requirements doc fix. 11 years ago
test refactored fixture. 11 years ago
validators doc fix. 11 years ago
views Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions 11 years ago
web made post params consistend with body and query params in request 11 years ago
widgets Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php psr-4 move 11 years ago
CHANGELOG.md Fixes #2156: `yii migrate` now automatically creates `migrations` directory if it does not exist 11 years ago
LICENSE.md updated license information. 11 years ago
README.md Added --prefer-dist to all docs 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php psr-4 move 11 years ago
classes.php Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
composer.json Fixes #1897 11 years ago
yii Fix typos in constant 11 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 this extension 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.