How to create a PHP project in Eclipse PDT from an existing source folder?

Open Eclipse PDT, create a PHP project
Enter a project name, click “Next”
Click “Next”
At “PHP Build Path”, click “Link Source”
Browse and select the source folder, select “Update exclusion filters in other source folders to solve nesting”, and click “Finish”
Now the source folder has been linked. Click “Finish” to finish up creating the project with the existing source folder you have.
Scroll to Top