Skip to content

Added Where Constraints and Improved Documentation

Latest
Compare
Choose a tag to compare
@devcoder-xyz devcoder-xyz released this 31 Mar 20:39

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