SDLC & Development Workflows
Which Git providers are supported?
ShopForge integrates with GitHub, GitLab, and Bitbucket for Git-based workflows, PR previews, and CI/CD triggers.
What are PR preview environments?
Every pull request can automatically get its own live Shopware instance. Reviewers can test changes in a real, running store before merging — not just read code diffs. Preview environments are created automatically and cleaned up when the PR is merged or closed.
What CI/CD capabilities are included?
ShopForge includes automated build and deploy pipelines triggered by Git pushes. You can run PHPUnit, PHPStan, and custom test suites on every commit, with automated code quality checks and zero-downtime deployments to production. Rollback to any previous deployment is instant.
How do multi-environment pipelines work?
Every ShopForge project can have separate development, staging, and production environments. Changes are promoted through the pipeline — develop in dev, review in staging, deploy to production. Each environment is isolated and can have its own configuration and data.
What does "full SDLC" mean?
ShopForge provides the complete software development lifecycle for Shopware projects: multi-environment pipelines (dev, staging, production), built-in CI/CD with automated testing, Git-based workflows with branch-per-feature development, PR preview environments, zero-downtime deployments, rollbacks, and real-time monitoring and observability.