Where can i find the yii version of my yii app?

后端 未结 6 1010
庸人自扰
庸人自扰 2021-02-03 19:35

I recently started to work with yii, where can i find the yii version of my yii app?

6条回答
  •  时光取名叫无心
    2021-02-03 20:08

    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:
    [...]
    

提交回复
热议问题