Yii framework support
Hi
I have following setup for my projects
framework location
c:/phplibs/yii/yii.php
projects location
e:/projects/phpstorm/nine
when I add yii framwork location I get the message
Root of Yii project is supposed to have 'protected', 'src', 'assets' and 'themes' subdirectories
What I am doing wrong?
Please sign in to leave a comment.
Hi, does e:/projects/phpstorm/nine contain directories 'protected', 'src', 'assets' and 'themes' subdirectories? Does it contain 'protected' subdirectory? I've already been told that other three directories are not necessary, so I'll remove restriction based on them. Best regards, Elena Shaverdova
Thanks for reply.
Now I know what I was doing wrong. I was giving yii framework's location to phpstorm but it worked fine with location of protected directory in my project. It should ask for project root then instead of framework root if it need protectted directory.