All Questions
Tagged with composer theme-development
2 questions
0
votes
0
answers
32
views
How to handle theme activation errors?
I am trying to implement the hook for activating a theme, that will install composer dependencies upon activation. In trying to figure out how to handle whether or not the vendor directory exists, I ...
0
votes
1
answer
2k
views
How can I search all plugins for composer's vendor/autoload.php?
I've got projects (both themes and plugins) set up as composer projects. These projects can be dev-dependencies of each other. Right now I'm working on a theme which requires the vendor/autoload.php ...