Skip to content

le-phare/flex-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👨‍🍳 Flex Recipes

Custom recipes for Flex.

Setup

Please make sure you have the following installed:

Update your composer.json file using the configuration below.

{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://flex.lephare.io/main/index.json",
                "flex://defaults"
            ]
        }
    }
}

Make sure packagist.com repositories are enabled.

Helpful resources