Symfony recipes

Questo repository contiene le ricette per la configurazione automatica dei bundle privati Web Industry, e deve rimanere pubblico (cioè non protetto da autenticazione).

 

Per maggiori dettagli sul funzionamento delle recipes:
https://symfony.com/doc/current/setup/flex_private_recipes.html
 

Configurazione dei progetti

Per utilizzare le recipes e configurare automaticamente i bundle privati Web Industry quando vengono lanciati i comandi "composer require", "composer update" e "composer install", aggiungere questa configurazione al file composer.json del progetto:

# composer.json
...
"extra": {
    "symfony": {
        ...
        "endpoint": [
            "https://repo.webindustry.it/webindustry/symfony-recipes/raw/branch/master/index.json",
            "flex://defaults"
        ]
    }
},
...
Description
Recipes Flex per i bundle Symfony privati Web Industry
Readme 42 KiB