How to get root directory in yii2

后端 未结 7 1891
闹比i
闹比i 2020-12-15 03:20

yii2 Question

My yii2 install in d:\\wamp\\www\\yii2store

I want to get above path to save images which will be uploaded by me

7条回答
  •  不知归路
    2020-12-15 03:39

    Open below file C:\xampp\htdocs\project\common\config\params-local.php

    Before your code:

    after your code:

提交回复
热议问题