Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 614 Bytes

Netgen Layouts Recipes

This repo holds all Symfony Flex recipes which can't be put into the official symfony/recipes-contrib repo either because of incompatible license (e.g. GPL packages like Layouts & Ibexa integration), or due to being closed source (e.g. Layouts Enterprise).

Configure access to recipes

Update your composer.json file with Flex endpoint:

{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/netgen-layouts/recipes/contents/index.json?ref=flex",
                "flex://defaults"
            ]
        }
    }
}