I want to include all controllers for route annotation, giving a routes/annotations.yaml
:
controllers:
resource: ../../src/{Site,Dashboard}/Controller/
type: annotation
The glob
component is not giving folders but null
(whereas files exist).
How can I use glob pattern in such way?