What is your local development environment?

I use docker. Pretty much just copy/paste this docker-compose file into every new project which gives me a PHP/Apache server and an SMTP server for testing emails in a single command: docker-compose up

Just a small note in case someone else is attempting to re-create this setup: when you create the docker-compose file, make sure it has a .yml or .yaml file extension.

1 Like

How does the above solutions compare to something like kirby-webpack ?

I’ve worked with this environment for my latest website and I really enjoyed it. However… updating to v3.6 doesn’t seem to work. So this made me wonder: Is the kirby-webpack a stable solution? Or should I try other development environments as listed in this topic?