contao/manager-plugin

PluginLoader can't load Plugin from AppBundle

Closed this issue · 1 comments

The problem. I need to use custom routing.yml. According to this documentation for doing this I have to create Plugin in my AppBundle and add as contao-manager-plugin to composer.json. But, PluginLoader doesn't load it because it loads plugins only from installed.json file. In another words, it loads plugins from installed packages, not from AppBundle.

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