Skip to content

jop-software/shopware6-recipes

 
 

Repository files navigation

Symfony Flex Recipes

This repository is hosting Symfony Flex Recipes for Shopware 6.

Install

  • Require symfony/flex in your project

  • Add custom endpoint to your composer.json

"extra": {
  "symfony": {
      "allow-contrib": true,
      "endpoint": [
        "https://api.github.com/repos/shopware/recipes/contents/index.json?ref=flex/main",
        "flex://defaults"
    ]
  }
}

About

Shopware 6 flex recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 35.7%
  • HTML 28.5%
  • PHP 27.9%
  • VCL 7.9%