wiki/content/20201110153351-name_prefix.md

451 B

date id title
2020-11-10 1f8217e5-4006-4f7e-9d67-2c68b70b2872 name~prefix~

Introduction

This is an option to prefix the named of the routes imported in configuration files.

Syntax

app:
    resource: ../controller/routing.yaml

api:
    resource: ../controller/routing.yaml
    # this prefix is added to all the action route names
    name_prefix: api_
    # this prefix is added to all the action URLs
    prefix: /api