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.
 
 
 
 
 
Qiang Xue cc636805da Fixes #1894: The path aliases `@webroot` and `@web` are now available right after the application is initialized 11 years ago
..
assets psr-4 move 11 years ago
base psr-4 move 11 years ago
behaviors psr-4 move 11 years ago
caching psr-4 move 11 years ago
captcha psr-4 move 11 years ago
console psr-4 move 11 years ago
data psr-4 move 11 years ago
db fixed build break and fixed doc about exists/not exists. 11 years ago
grid psr-4 move 11 years ago
helpers refactored Json helper. 11 years ago
i18n psr-4 move 11 years ago
log psr-4 move 11 years ago
mail psr-4 move 11 years ago
messages Fixed typo in "items" translation. 11 years ago
mutex psr-4 move 11 years ago
rbac psr-4 move 11 years ago
requirements psr-4 move 11 years ago
test psr-4 move 11 years ago
validators Fixes #1900. 11 years ago
views psr-4 move 11 years ago
web Fixes #1894: The path aliases `@webroot` and `@web` are now available right after the application is initialized 11 years ago
widgets psr-4 move 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 #1894: The path aliases `@webroot` and `@web` are now available right after the application is initialized 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 updated class map 11 years ago
composer.json psr-4 move 11 years ago
yii psr-4 move 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.