Releases: mikebronner/laravel-governor
Releases · mikebronner/laravel-governor
0.5.5
Fixed
- service provider class name.
0.5.4
Added
- Laravel 5.6 compatibility.
0.5.3
Fixed
- entity management to automatically derive from registered policies.
0.5.2
Fixed
- role controller authorization.
0.5.1
Updated
- README with more detailed instructions on initial setup on an empty database.
Fixed
- CreatedListener to detect edge-cases where database may not be migrated fully.
0.5.0
Updated
- to work with Laravel 5.5.
0.4.5
Fixed
create
ability check to not require a second parameter.
0.4.4
Fixed
- missing use statement for Collection.
- type in use statement for Permission.
0.4.3
Fixes
- missing use statement for Permission class in Governable trait.
0.4.2
Added
permissions
attribute to Governable trait, which returns a Collection of all permissions associated with the model.