Skip to content

Releases: devcoder-xyz/php-router

Added Where Constraints and Improved Documentation

31 Mar 20:39
Compare
Choose a tag to compare

Added Where Constraints and Improved Documentation

  • Added whereNumber, whereSlug, whereAlphaNumeric, and whereAlpha methods to the Route class for defining constraints on route parameters
  • Updated documentation to explain the usage of Where constraints in the Route class
  • Overall improvement of documentation for better understanding and clarity

add static method to create new instance of Route

28 Nov 12:10
Compare
Choose a tag to compare

add static method to create new instance of Route and improve code

Change type argument of constructor Urlgenerator

18 May 15:13
Compare
Choose a tag to compare
1.2.1

 change readme and improvement Urlgenerator class

add more options

07 Mar 16:34
Compare
Choose a tag to compare
1.2.0

refactoring code