Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupalpod support for Commerce #10

Open
wants to merge 2 commits into
base: 3.x
Choose a base branch
from
Open

Conversation

NikLP
Copy link

@NikLP NikLP commented Mar 21, 2024

This PR adds drupalpod support to Commerce. It is not thoroughly tested but should just work!

This is based off the commerce kickstart project and Ofer Shaal's Drupalpod works. As a consequence, this offers all the development tools in gitpod off the bat.

You can access a test of this dev branch at: https://github.com/NikLP/commerce-kickstart-project/tree/gitpod-support

This works by automagic thanks to gitpod context URLs, see: https://www.gitpod.io/docs/introduction/learn-gitpod/context-url#branch-and-commit-contexts

Notes:

  • Updated the drupalpod image (compared to drupalpod repo): drupalpod/drupalpod-gitpod-base:20240306
  • Adds extra [ddev] dir and [gitpod] file to the repo, may be unwanted
  • Had to add items to composer.json - likely that the demo content may be unwanted
  • Have not fully checked the veracity of the plugin
"allow-plugins": {
    "php-http/discovery": true
}

"require": {
    "drupal/commerce_demo": "^3.0"
}

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.

1 participant