Files
yii2/framework
Carsten Brandt c02a60018f Merge branch 'master' into api-doc-generator
* master: (27 commits)
  fixed div/0 issue in console progress bar
  console HelpController use correct script name
  support table aliases for ActiveQuery::joinWith().
  guides fixed/improved
  CS fix
  improved fixture controller
  Added back border to debugger toolbar.
  #1788 info about retaining the default scenario
  fixes #1606
  Default name and title added to GitHub auth client.
  added classes to grid, list and detail view
  fixed basic app travis
  debugging travis
  debugging travis
  added debug toolbar background to have line separators
  fixed paths in travis.yml
  reverted 1e4c1eca1077ab23e7d00524b54f09f9158b3617 to get a working debug toolbar
  fixed issue with too long th columns in debugger
  enabled acceptance tests for basic application
  run basic app functional tests within the main repo test chain
  ...
2014-01-06 00:31:02 +01:00
..
2014-01-04 14:21:58 +01:00
2013-11-02 15:37:25 -04:00
2014-01-03 22:51:30 +01:00

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 "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.