Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 249 Bytes

Symfony Router wrapper

Allows automatic loading controller files and actions

Usage example app/config/routing.yml

api:
  resource: "@ApiBundle/Controller/"
  type:     automatic
  prefix:   /

Clean cache before usage in browser