Skip to content

Releases: spatie/laravel-permission

1.5.0

23 Jul 22:34
Compare
Choose a tag to compare
  • allowed givePermissionTo to accept multiple permissions
  • allowed assignRole to accept multiple roles
  • added syncPermissions-method
  • added syncRoles-method
  • dropped support for PHP 5.5 and HHVM

1.4.0

08 May 17:23
Compare
Choose a tag to compare

added hasPermissionTo function to the Role model

1.3.4

27 Feb 13:14
Compare
Choose a tag to compare

hasAnyRole can now properly process an array

1.3.3

23 Feb 23:02
Compare
Choose a tag to compare
  • hasDirectPermission can now accept a string

1.3.2

23 Feb 09:21
Compare
Choose a tag to compare
  • User table configuration fix

1.3.1

10 Jan 00:36
Compare
Choose a tag to compare
  • fixed bug when testing for non existing permissions

1.3.0

25 Dec 22:33
Compare
Choose a tag to compare

Added compatiblity for Laravel 5.2

1.2.1

21 Dec 23:30
Compare
Choose a tag to compare
  • use database_path to publish migrations

1.2.0

28 Oct 09:00
Compare
Choose a tag to compare

Added support for custom models

1.1.0

12 Oct 16:18
Compare
Choose a tag to compare

Added:

  • Blade directives
  • hasAllRoles()- and hasAnyRole()-functions