Sylius Recipes

Based on Symfony Flex

Configure Access to Recipes

Update composer.json file with Flex endpoint

{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
                "flex://defaults"
            ]
        }
    }
}

Contributing

As Sylius/SyliusRecipes is fully compatible with symfony/recipes for guide how to create your own recipes please check https://github.com/symfony/recipes.