Skip to content

Releases: spatie/laravel-permission

2.7.1

17 Oct 08:35
Compare
Choose a tag to compare
  • fixed a bug where Roles and Permissions got detached when soft deleting a model

2.7.0

28 Sep 14:01
Compare
Choose a tag to compare

add support for L5.3

2.6.0

10 Sep 15:14
Compare
Choose a tag to compare
  • add permission scope

2.5.4

10 Sep 09:59
Compare
Choose a tag to compare

register the blade directives in the register method of the service provider

2.5.3

07 Sep 17:37
Compare
Choose a tag to compare
  • register the blade directives in the boot method of the service provider

2.5.2

05 Sep 06:26
Compare
Choose a tag to compare
  • let middleware use caching

2.5.1

02 Sep 11:07
Compare
Choose a tag to compare

Added getRoleNames() method to return a collection of assigned roles.
(Really just a quick alias for $user->roles->pluck('names'), but a popular request.)

1.13.0

31 Aug 12:53
Compare
Choose a tag to compare
  • added support for Laravel 5.5

2.5.0

30 Aug 13:28
Compare
Choose a tag to compare
  • add compatiblity with Laravel 5.5

2.4.2

11 Aug 10:32
Compare
Choose a tag to compare
  • automatically detach roles and permissions when a user gets deleted