v0.3.0
0.3.0 - 2022-01-24
Added
- Added two redirect methods to the router.
redirectTo()will accept a route pattern, whereasredirect()will take a URL as an argument.
Changed
urlFor()now only accepts a route pattern (e.g. "/form"). No method has to be specified anymore since the method is not necessary in determining the full URL for a pattern.- Bumped phpstan/phpstan to 1.4.