mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
451 B
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