All notable changes to laravel-authorization
will be documented in this file
- Support for Laravel 9
- Support for php 8.1
- Add facade
Authenticated
to facilitate the use of the checks of roles and permissions - Enable automatic middleware configuration
- Now it is allowed to deny a permission through the methods
deny
anddenyMultiple
- The event
Denied
was added
- The
GrantableOwner
was renamed to simplyOwner
- The
denied
column was added to theuser_permissions
table
- The
AuthorizationException
exception now extends from Throwable
- The struct for authorizations was renamed from
Struct
toAuthorization
- Added Blade directives
@authenticatedCan
@authenticatedCannot
@authenticatedIs
@authenticatedIsnt
- Added Helpers class
- Cache driver
- Default driver is now cache