Reusing an existing project

Those who planned to take the route on the right-hand side have rightly chosen to do so. At times, reinventing the wheel is not a wise action to perform.

Getting ready

If you reuse, you will be able to avoid spending time and resources on something that has already been created. PhpStorm allows you to reuse existing projects and lets you move forward. To reuse an existing project, you need to have the project on the disk.

How to do it...

To open an existing project, perform the following steps:

  1. You need to go to File | Open. There will be a pop-up dialog from PhpStorm.
  2. You need to tell PhpStorm the path of the directory where your project is saved, and PhpStorm will obediently open the project for you.

    Note

    Once a directory has been opened as a project in PhpStorm, you will be able to distinguish it the next time because PhpStorm puts its logo next to this directory.

You can now concentrate on gathering your technical requirements. You are strongly advised to plan well in advance before actually jumping to code because although a perfect software engineering plan does not exist yet, you can be optimistic and create a good enough plan that is flexible enough to be modified in case of need.