You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 11.0.0
This includes the following new features and changes:
- PHP 8+ requirement
- new middleware support via `apply(...)` and `route(...)`
- named parameter bindings via `bind(...)`
- request-context store via `stash(...)`
- remove `page(...)` as it didn't have the flexibility required
- add `_404(...)` for custom http 404 handlers