Files
yii2/framework
Vincent 41cc91771d Mistake in error message
{max} was used instead of {min} in the error message for the min validator...
2014-03-17 17:30:54 +01:00
..
2014-03-16 20:05:54 -04:00
2014-03-16 10:46:21 +06:00
2014-03-17 09:47:34 -04:00
fix
2014-03-17 01:45:39 +02:00
2014-03-16 10:46:21 +06:00
2014-03-16 10:46:21 +06:00
2014-03-17 17:30:54 +01:00
2014-03-16 10:46:21 +06:00
2014-03-16 10:46:21 +06:00
2014-03-16 10:46:21 +06:00
2014-03-17 16:12:45 +02:00
2014-03-16 21:01:53 +01:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2013-11-02 15:37:25 -04:00
2014-01-10 21:41:43 -05:00

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework 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.