How do I set a project folder as the include path for my project?

I'm not talking about Resource Root — Resource Root is about the web root and it affects paths to things like images, css files, etc.

I'm talking about including php files, ex: <?php include "a.php"; ?>

PhpStorm thinks that the project root is the include path, but I'd like to set the `src/` folder in my project as the include path.

0

Please sign in to leave a comment.