How to use Xdebug with Laravel on Nginx with PHPStorm on Mac?

Guide to setting up XDebug with PHPStorm.

Versions:

  • PHP 7.0
  • PHPStorm 2016.3.2
  • XDebug 2.5
  • OS X El Capitan 10.11.6
+4
source share
1 answer

This guide is only for PHP7, Mac El Capitan, PHPStorm 2016.3

List item

  1. CLI. PHPStorm → → → PHP

enter image description here

  1. "..." CLI. , :

enter image description here

  1. : Run → Edit Configurations → ... ( ).

enter image description here

  1. → → + → - PHP. ,

enter image description here

  1. , " PHP".

enter image description here

  1. public/index.php

enter image description here

  1. "" ServerName "
+5

Source: https://habr.com/ru/post/1668499/


All Articles