Contribute with ddev
This page explains how to setup a local contributing environment for Shopware 6' community edition with ddev.
ddev config --project-type=shopware6 --disable-settings-management --docroot=shopware/public --create-docroot --web-working-dir=/var/www/html/shopware \
--database=mysql:8.0 --php-version=8.2 --nodejs-version=20 --webserver-type=apache-fpm \
--web-environment-add="DATABASE_URL=mysql://db:db@db:3306/db,MAILER_DSN=smtp://localhost:1025?encryption=&auth_mode=,APP_URL=\${DDEV_PRIMARY_URL},APP_DEBUG=1,APP_ENV=dev"ddev startrm -rf shopware && git clone [email protected]:<your-github-user>/shopware.gitddev exec composer installddev exec bin/console system:setupddev exec composer setupddev launch /adminLast updated