Skip to content

Releases: spatie/laravel-permission

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

2.4.1

06 Aug 06:55
Compare
Choose a tag to compare
  • Fix processing of pipe symbols in @hasanyrole and @hasallroles Blade directives

2.4.0

05 Aug 08:30
Compare
Choose a tag to compare
  • add PermissionMiddleware and RoleMiddleware

- allow `hasAnyPmerission` to take an array of permissions

28 Jul 12:30
Compare
Choose a tag to compare
2.3.2

Merge branch 'master' of github.com:spatie/laravel-permission

2.3.1

27 Jul 04:41
Compare
Choose a tag to compare
  • fix commands not using custom models

2.3.0

25 Jul 19:16
Compare
Choose a tag to compare
  • add create-permission and create-role commands

2.2.0

01 Jul 16:18
Compare
Choose a tag to compare
  • hasanyrole and hasallrole can accept multiple roles

2.1.6

06 Jun 16:25
Compare
Choose a tag to compare
  • fixed a bug where hasPermissionTo wouldn't use the right guard name

2.1.5

17 May 16:02
Compare
Choose a tag to compare
  • fixed a bug that didn't allow you to assign a role or permission when using multiple guards