Lee Chiz Uk
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
已编辑于 Docker Compose management not working
I'm connecting to a Docker host over SSH from PhpStorm.Docker Compose is working on the host from the command line, with zero issues.My issue is Compose management from PhpStorm. (in the above scre... -
已编辑于 Xdebug not working with PHP-FPM and nginx
I have a fully working Xdebug in step debugger mode with Apache on Linux.However, I need to get PhpStorm working with nginx.My nginx server is fully working with PHP.The step debugger is confirmed ... -
已编辑于 PhpDoc is not legible
PhpStorm: 2023.3.3I'm using Dark theme but with editor Light color scheme.This is what the DocBlock should look like (Dark theme): This is what it looks like with Dark theme but with editor Light c... -
已编辑于 Project Errors keep accumulating
PhPStorm: 2023.3.3Even after file errors have been corrected, the Project Errors do not go away.They just keep accumulating.I can only fix this when I restart the IDE.How do I fix this?All errors i... -
创建于 Absolute paths not working
I'm having issues with relative paths with certain parts of my test app, including PHPUnit.For example:require '../src/ExampleFunctions.php';I've fixed all issues with absolute paths:require '/shar...