akrz

Results 2 issues of akrz

Is it possible to make a route that matches all routes for a given request method? I need this to match any route to an OPTIONS request method. Something like...

See image. I'm expecting that when a method does not exists when trying to access through the container, will show some kind of error like when trying to access $this->invalidMethod();...