WordPress with Composer and different plugins for dev/live.
I’m using a Bedrock-like setup where I handle WordPress core & plugins with Composer. I have my usual plugins in my composer.json within … Read more
I’m using a Bedrock-like setup where I handle WordPress core & plugins with Composer. I have my usual plugins in my composer.json within … Read more
I’m setting up a wordpress continuous integration environment – git->composer->bitbucket-AWS codepipeline, etc. I have yet to figure out how I automate, for the … Read more
I’m using SatisPress (https://github.com/cedaro/satispress) to expose some premium plugins and themes as composer packages, because I would like to use the roots/bedrock boilerplate. … Read more
I’m using composer to automatically deploy wordpress on a ubuntu-server. Additionally, I need to install the german language pack. I learned that there … Read more
I’m trying to step up my workflow a bit and I’m now trying out Composer to handle WordPress & WordPress plugins. I have … Read more
I am trying to wrap my head around the namespaces, autoloaders and FIG standards and most importantly how to achieve their integration to … Read more
I’m new to wordpress plugin development. Normally I would use composer to add thirdparty libs to my code, but I couldn’t find any … Read more
I’m trying to autoload the vendor/autoload.php from my parent theme into my child theme. heres what i have tried but to no avail: … Read more
What is the advantage of explicitly including a composer.json file in my plugin if potential users of my plugin can already get it … Read more
In our plugin development we use Composer to install e.g. Symfony\Process that we later use in the code. The big question is how … Read more