Lee Chiz Uk
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Lee Chiz Uk commented, -
-
Lee Chiz Uk created a post, 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... -
-
Lee Chiz Uk created a post, 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 ... -
-
Lee Chiz Uk created a post, 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... -
Lee Chiz Uk created a post, 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... -
Lee Chiz Uk commented, -
Lee Chiz Uk created a post, 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...