Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Sylius Recipes

Based on Symfony Flex

Configure Access to Recipes

  1. Configure access to recipes repository (unless we make it public)
composer config --global --auth github-oauth.github.com [token]

Your Github Token: https://github.com/settings/tokens

  1. Update composer.json file with Flex endpoint
{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
                "flex://defaults"
            ]
        }
    }
}

Contributing

As Sylius/SyliusRecipes is fully compatible with symfony/recipes for guide how to create your own recipes please check https://github.com/symfony/recipes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors