Skip to content

v0.8.0

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 21 Jun 11:39
· 26 commits to master since this release
3f9493e

The Middleware Became Agnostic

RouteRestrictionMiddleware was deemed to restrictive and relied to heavily on the parent route path. It has been replaced with PermissionsMiddleware and any route registered with the middleware is protected by it, making it agnostic to the route path it is on.