
Hello Friends. I'm currently diving into the Appwrite codebase and I have a question regarding debugging PHP code.
Could you please guide me on the best and most effective methods for debugging PHP code within the Appwrite framework? FYI, I am trying to echo
something and couldn't see it in the container logs.
Additionally, I'm curious about the workflow for reflecting code changes. Do I need to restart the Appwrite Docker containers each time I make changes to my code, or does the server automatically reload for every code alteration when using VSCode?
Recommended threads
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
- Cache appwriter
When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Ap...
