Tools
IDE

IDE Setup

Integrated Development Environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger.

For my daily work, I use the PHPStorm (opens in a new tab) as my IDE.

The reason I use PHPStorm is that it is a very powerful IDE with a lot of features. It has a lot of plugins and internal features that I can use to make my work easier.

In this section, I will show you my setup for PHPStorm including the plugins I use.