I am creating a plugin but for some reason, when I make a change to it, like even let’s say adding a log line, the previous version of my plugin is getting run, which makes me believe the panel is caching the plugins. I don’t see how I can control this behaviour. Any ideas?
Do you have PHP caching enabled (Opcache etc) on your server? Kirby doesn’t cache your plugin index.php file.
Since my post, I have determined that my mac is having a Docker issue. Thanks for explaining that Kirby is not caching plugins. I can remove that possible problem off of my list!