Lee Chiz Uk

Avatar
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5
  • Edited

    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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Edited

    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 ...
    • 3 followers
    • 3 comments
    • 0 votes
  • Edited

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 4 followers
    • 3 comments
    • 0 votes