devenv provides a reproducible and declarative local development environment for our Shopware projects. It uses the Nix package system to provide native packages for all our required services. This environment is tightly tailored to the needs of our team members working on various projects with Shopware 6.
- Overrides Shopware's default mailer configuration to use MailHog
- Provides helper functions to clear caches
- Enables Xdebug without a performance impact when not using it
- Easily configurable PHP Version
- Inherits all default devenv features and services
- Pre-installed shopware-cli
- devenv:
v0.6.3
or higher
A description about the setup and usage can be found in the Wiki.
To update your devenv config to the latest version, simply follow the update instructions for the new version in the Wiki
MIT