Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@nusphere nusphere released this 27 Dec 13:10
· 3 commits to main since this release

Supported behavior from Symfony routes

configuration via Attributes

  • path -> domain route for methods or classes
  • name -> set up a name for the route
  • condition -> for more complex conditions about your route (require symfony/expression-language)
  • methods -> restrict the route to an explicit method
  • requirments -> Parameters Validation via RegExp
  • inline-defaults -> Inline default-settings (in combination with conditions, also)
  • defaults -> add default settings