PhpStorm
 
2024.1
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Configure include paths

Last modified: 17 June 2024

Include paths are used for holding libraries, that is, third-party code that is used for completion and reference resolution in some functions/methods that use file paths as arguments, for example, require() or include().

Note that the files added via include paths are not meant to be edited within the scope of your project. If you have the existing code that you need to access and modify from within several projects, consider adding it via an additional content root.