Skip to content

netgen-layouts/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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"
            ]
        }
    }
}

Releases

No releases published

Packages

No packages published