Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 693 Bytes

👨‍🍳 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