Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 387 Bytes

24S Symfony Recipes

Getting started

Use 24S Symfony Recipes on your project

Add new symfony flex endpoint in your composer.json

{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/24s-dcognata/24s-symfony-recipes/contents/index.json",
                "flex://defaults"
            ]
        }
    }
}