Trying to Setup a PHP project
I have been using IntelliJ IDEA for many years for Java development. I am now trying to use version 10 to set up a PHP project. Here is what I did:
Select "New Project"
Pick "Create project from scratch"
Did not select "Create module"
Select "Finish"
I also configured PHP parameters in the Project Settings.
However, IDEA doesn't show subdirectories or files under those subdirectories in the Project panel. Did I do something wrong? Or am I missing something?
Thanks much
Ben
Please sign in to leave a comment.
It appears I have to create a module and do the workaround of making it look like a Java project. This is pretty stupid!
See this post for more discussions:
http://devnet.jetbrains.net/message/5277140#5277140
Ben