Where can i find the yii version of my yii app?
You can use getVersion()
of YiiBase
Yii::getVersion();
In Linux, run ./yii in the base directory. In Windows, run yii.bat
. You will get something like:
./yii
This is Yii version 2.0.3.
The following commands are available:
[...]