Regaez/grav-plugin-api

chore: improve debugging and code analysis

Regaez opened this issue · 0 comments

We can improve debugging by installing grav as a dev depedency via composer and then mapping the paths of Grav core in the docker image to our local vendor folder.

We should also use phpstan to analyse the code and detect issues to resolve.