I can’t find how to create PHP project with IntelliJ Idea 9. It only offers “Java module” and “Maven module” to choose when creating a project. PHP plugin is installed, but how to employ it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UPDATE: Web module type is available since IntelliJ IDEA Ultimate 11. Use Web module type to create PHP projects in IDEA.
Old answer prior to IDEA 11:
It’s a known limitation, IDEA doesn’t support creating project without any module type like PhpStorm/WebStorm products since it supports many languages and technologies. But it also doesn’t have a special module type for PHP or web projects yet.
At the moment you should use dummy Java module, you can omit creation of the src directory and all the other Java specific stuff, but you have to choose Java module type for your PHP/web projects.
This may change in the future IDEA versions as we plan to support opening PhpStorm/WebStorm projects in IDEA and vice versa.
There is also a request to support web modules in IntelliJ IDEA that you can watch for progress.