Closed Serhii-DV closed 7 years ago
The information you are mentioning is about adding a plugin to your Composer package. For customizing the application, please check https://docs.contao.org/books/extending-contao4/managed-edition/#adding-a-manager-plugin
The problem. I need to use custom
routing.yml
. According to this documentation for doing this I have to createPlugin
in myAppBundle
and add ascontao-manager-plugin
tocomposer.json
. But,PluginLoader
doesn't load it because it loads plugins only frominstalled.json
file. In another words, it loads plugins from installed packages, not fromAppBundle
.