Files
yii2/framework
Alexander Makarov 31a17d6791 Revert "Fixes #4829: Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests"
This reverts commit 4ffbfec9aa032e5923b6fdfd7db9bc7e25275b40.
2014-08-27 21:42:07 +04:00
..
2014-08-23 18:32:24 -04:00
2014-07-30 00:21:31 +02:00
2014-08-26 02:32:25 +04:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-08-16 22:30:28 -04:00
2014-07-30 00:21:31 +02:00
2014-07-30 12:48:33 +04:00
2014-07-30 00:21:31 +02:00
2014-08-15 16:04:02 +02:00
2014-07-30 00:21:31 +02:00
2014-08-24 23:47:36 +04:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-08-14 23:51:26 -04:00
2014-08-17 18:55:24 +04:00
2014-03-20 19:54:52 -04: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.