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:
v1.0.3
or higher
A description about the setup and usage can be found in the Wiki.
If you want to run multiple projects at same time, you may need to choose a different process.implementation
instead of process-compose
.
This would be possible by adding process.implementation = "honcho";
to your devenv.nix
.
A complete list of possible options can be found here
To update your devenv config to the latest version, simply follow the update instructions for the new version in the Wiki
The default values for MySQL are:
Type | Value |
---|---|
User | shopware |
Password | shopware |
Database name | shopware |
MIT