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.
 
 
 
 
 
Angel Guevara 35d7cacfbd simplify default classes 9 years ago
..
assets Added support of :submit[formtarget] 9 years ago
base removed yii\base\Object::className() 9 years ago
behaviors Use ::class instead of ::className() 9 years ago
caching use ::class also in documentation and configs 9 years ago
captcha Use ::class instead of ::className() 9 years ago
console use ::class also in documentation and configs 9 years ago
data Use ::class instead of ::className() 9 years ago
db simplify default classes 9 years ago
di use ::class also in documentation and configs 9 years ago
filters use ::class also in documentation and configs 9 years ago
grid simplify `::class` usage 9 years ago
helpers use ::class also in documentation and configs 9 years ago
i18n use ::class also in documentation and configs 9 years ago
log use ::class also in documentation and configs 9 years ago
mail simplify default classes 9 years ago
messages german translatoin update 9 years ago
mutex use ::class also in documentation and configs 9 years ago
rbac Use ::class instead of ::className() 9 years ago
requirements review `yii\web` namespaces docs 9 years ago
rest use ::class also in documentation and configs 9 years ago
test Use ::class instead of ::className() 9 years ago
validators fix #11473 trailing backslash in class (#11474) 9 years ago
views Simplified exception page Javascript 9 years ago
web use ::class also in documentation and configs 9 years ago
widgets simplify default classes 9 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php use ::class also in documentation and configs 9 years ago
CHANGELOG.md removed yii\base\Object::className() 9 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
UPGRADE.md UPGRADE note about #10693 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php release version 2.0.8 9 years ago
composer.json use ::class also in documentation and configs 9 years ago
yii Compare with null instead of isset 9 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.

Either run

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

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.