symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes Server Guide for testing recipe locally is Linux-only

mhujer opened this issue · comments

This way if setting the ENV variable does not work on Windows:

export SYMFONY_ENDPOINT=https://symfony.sh/r/github.com/symfony/recipes-contrib/300

This must be used instead:

SET SYMFONY_ENDPOINT=https://symfony.sh/r/github.com/symfony/recipes-contrib/300

Similarly, instead of unset SYMFONY_ENDPOINT you have to use SET SYMFONY_ENDPOINT=.

So maybe the https://symfony.sh/r/github.com/symfony/recipes-contrib/300 should display both options?

Fixed now. Thanks for sharing the right instructions for Windows.