I'm trying make vendor's bundle which one using FOSRestBundle.
I need to use paramFetcher, but in browser I see:
There is no extension able to load the configuration for "fos_rest" (in xxx/vendor/company/bundle/DependencyInjection/../Resources/config/config.yml). Looked for namespace "fos_rest", found none
I made config.yml in this vendor bundle and loading it by
DependencyInjection/Configuration
. What I'm doing wrong?