Skip to content

1.5 - Loose Matching on Trailing Slash

Latest
Compare
Choose a tag to compare
@joegreen88 joegreen88 released this 03 Feb 17:43
· 1 commit to master since this release

Added an optional parameter to match() which allows the router to match loosely on trailing slashes, i.e. to match a URL like /foo to a route like /foo/ and vice versa.