No fos_rest.yaml after installing FOSRestBundle

575 Views Asked by At

I just installed the FOSRestBundle to my Symfony 5 project using "composer require friendsofsymfony/rest-bundle", however no fos_rest.yaml file is generated in my project. What can be done to fix this?

1

There are 1 best solutions below

1
user3806610 On

When he asks if you want to execute recipes, say "yes".

Or try to run

composer fix-recipes

in your project directory.