3.6 Routes

If your plugin exposes routes, import them in tests/TestApplication/config/routes.yaml.

Import variants

Config in root config/

your_plugin:
  resource: "@YourPlugin/config/routes.yaml"
# old structure
#  resource: "@YourPlugin/Resources/config/routes.yaml"

Last updated

Was this helpful?