Configuring IDE
Go to "Settings" - "Preferences" - "PHP" - "Debug"
Setup xDebug:

xDebug setup PHP Storm
Setup Advanced settings

Go to "Settings" - "Preferences" - "PHP" - "Debug" - "DBGp Proxy"

- 1.Run "Tools" - "Deployment" - "Browse Remote Hosts" to open the panel "Remote Host"
- 2.Enable "Tools" - "Deployment" - "Automatic Upload"
- 3.Go to "Tools" - "Deployment" - "Configuration..."
- 4.Add new SFTP connection
- 5.Setup mappings
Let's say a local directory with Core:
/Users/alexeyportnov/project/pbx_miko/!Core
Local directory with modules:
/Users/alexeyportnov/project/pbx_miko/modules
, Then the mapping settings will be as follows:

PhpStorm Deploiment mappings
Last modified 1yr ago