Closed cornernote closed 6 years ago
Yii project root is PhpStorm project root?
I don't think so, I always do File > Open Directory
when I add a new project.
how located yii root in phpstorm project?
yii root coincides phpstorm project root
yii root locate in nested directory
Ahh, I see. Yes Yii is in the root, and the views are in /src/views/
Released new plugin version with configurable Yii root folder.
I upgraded the plugin... It's still not working. Do I have to do something else?
Ahh, I see the setting now. I tried entering the following:
src
/web/afi/console
/web/afi/console/src
None worked.
Any suggestions?
the error message is:
View file for "index" not found.
Would you be able to change it to:
View file for "index" not found in /the/place/we/looked.
That would help me to understand what to put in the setting field.
Check the latest(0.8.42.3) plugin version.
Would you be able to change it to:
View file for "index" not found in /the/place/we/looked.
Thanx for idea. Added in release.
The settings I put src
:
But it still doesn't seem to find the views:
Please test this build. (Plugin file in attached archive)
sorry for the delay, yes this works!
This works for me too.
What steps will reproduce the problem?
in controller:
in view:
What is the expected result?
Finding a view template.
Additional info