Skip to content

Added Where Constraints and Improved Documentation

Compare
Choose a tag to compare
@phpdevcommunity phpdevcommunity released this 31 Mar 20:39
· 2 commits to master since this release

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