Merge pull request #384 from LarryEitel/phpstorm-guide

phpstorm-debugging-guide
This commit is contained in:
Philippe Trépanier
2016-11-18 16:03:33 -05:00
committed by GitHub
30 changed files with 314 additions and 1 deletions

View File

@ -1331,7 +1331,18 @@ It should be like this:
<br>
<a name="debugging"></a>
### Debugging
### PHPStorm
Remote debug Laravel web and phpunit tests.
####[Full Guide Here](https://github.com/LaraDock/laradock/blob/master/_guides/phpstorm.md)
<br>
<a name="Misc"></a>
### Miscellaneous
*Here's a list of the common problems you might face, and the possible solutions.*