Inspired from this following links :
Add this following lines :
[xdebug]
xdebug.remote_host = 10.254.254.254
xdebug.remote_port = 9000
xdebug.remote_autostart=1
xdebug.idekey = PHPSTORM
xdebug.remote_enable = 1
xdebug.remote_connect_back = 0
xdebug.profiler_enable = 1
Create an IP Alias :
sudo ifconfig en0 alias 10.254.254.254 255.255.255.0
To delete an IP Alias :
sudo ifconfig en0 -alias 10.254.254.254