Closed localheinz closed 4 years ago
When running
$ composer create-project symfony/skeleton
a whole lot of code (other than the contents of the vendor/ directory) is copied into the target directory.
vendor/
Where can I find that code on GitHub?
I guess what you are looking for are the recipes that are applied by Symfony Flex (see also https://symfony.com/doc/current/setup.html#installing-packages).
Thank you, @xabbuh!
When running
a whole lot of code (other than the contents of the
vendor/
directory) is copied into the target directory.Where can I find that code on GitHub?