Wp-env for classicpress?

Hi, I used to develop some WordPress plugins and themes using the wp-env dev environment. This is a predefined docker container having a mysql db and apache web server incl. xdebug and wordpress. I know that I can setup a docker container with composer etc., but the scripts around wp-dev makes it really easy to install and use.

Is there a similar development environment available for classicpress plugins/themes? If not, how do you test and debug plugins and themes for classicpress?

This is probably a question for @ben .

you should already been able to do that, setup environment variables in the docker compose yaml file. is that what you are referring too?

Sure, just that (and some scripting) is what they do in wp-env, but the scripts make it much easier to use. Is there any tutorial how to set up something similar for classicpress?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.