Skip to content

Feat: add hyva theme install for local dev environment#196

Merged
dermatz merged 6 commits into
mainfrom
feat/add-hyva-theme-install
Jun 5, 2026
Merged

Feat: add hyva theme install for local dev environment#196
dermatz merged 6 commits into
mainfrom
feat/add-hyva-theme-install

Conversation

@dermatz

@dermatz dermatz commented Jun 3, 2026

Copy link
Copy Markdown
Member

This pull request updates the Magento installation script to integrate the Hyvä theme and its dependencies into the project setup. The main changes involve configuring multiple Hyvä-related GitHub repositories as Composer sources and ensuring the Hyvä default theme is required alongside the main module during installation.

Hyvä theme integration:

  • Added Composer configuration for several Hyvä theme-related GitHub repositories to ensure all required packages can be installed directly from their sources.
  • Updated the Composer require command to include the hyva-themes/magento2-default-theme package, ensuring the Hyvä theme is installed together with the main openforgeproject/mageforge module.

Copilot AI review requested due to automatic review settings June 3, 2026 23:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an optional, interactive Hyvä theme installation step to the local ddev install-magento workflow, integrating Hyvä setup into the Magento bootstrap process for developers who have a Hyvä license.

Changes:

  • Prompt the user during install to optionally install Hyvä and capture repo URL + token.
  • Configure Composer to access the Hyvä repository and require the Hyvä default theme package.

Comment thread .ddev/commands/web/install-magento Outdated
Comment thread .ddev/commands/web/install-magento Outdated
Comment thread .ddev/commands/web/install-magento Outdated
Copilot AI review requested due to automatic review settings June 5, 2026 08:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread .ddev/commands/web/install-magento
Comment thread .ddev/commands/web/install-magento
@dermatz dermatz enabled auto-merge (squash) June 5, 2026 08:19
@dermatz dermatz disabled auto-merge June 5, 2026 08:19
@dermatz dermatz enabled auto-merge (squash) June 5, 2026 08:19
@dermatz dermatz requested a review from Morgy93 June 5, 2026 08:19
Copilot AI review requested due to automatic review settings June 5, 2026 22:25
@dermatz dermatz closed this Jun 5, 2026
auto-merge was automatically disabled June 5, 2026 22:25

Pull request was closed

@dermatz dermatz reopened this Jun 5, 2026
@dermatz dermatz merged commit 3392557 into main Jun 5, 2026
19 checks passed
@dermatz dermatz deleted the feat/add-hyva-theme-install branch June 5, 2026 22:26
@github-actions github-actions Bot mentioned this pull request Jun 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment on lines +48 to +52
composer config repositories.hyva-themes/magento2-theme-module git https://github.com/hyva-themes/magento2-theme-module.git
composer config repositories.hyva-themes/magento2-default-theme git https://github.com/hyva-themes/magento2-default-theme.git
composer config repositories.hyva-themes/magento2-default-theme-csp git https://github.com/hyva-themes/magento2-default-theme-csp.git
composer config repositories.hyva-themes/magento2-base-layout-reset git https://github.com/hyva-themes/magento2-base-layout-reset.git
composer config repositories.hyva-themes/magento2-compat-module-fallback git https://github.com/hyva-themes/magento2-compat-module-fallback.git
Comment on lines +53 to +57
composer config repositories.hyva-themes/magento2-mollie-theme-bundle git https://github.com/hyva-themes/magento2-mollie-theme-bundle.git
composer config repositories.hyva-themes/magento2-luma-checkout git https://github.com/hyva-themes/magento2-luma-checkout.git
composer config repositories.hyva-themes/magento2-theme-fallback git https://github.com/hyva-themes/magento2-theme-fallback.git
composer config repositories.hyva-themes/magento2-order-cancellation-webapi git https://github.com/hyva-themes/magento2-order-cancellation-webapi.git
composer config repositories.hyva-themes/magento2-email-module git https://github.com/hyva-themes/magento2-email-module.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants