Skip to content

Teams feature now supported

Compare
Choose a tag to compare
@santigarcor santigarcor released this 28 Jun 18:36
· 515 commits to master since this release

Added

  • Added optional teams feature to the roles and permissions workflow.
  • Added allPermissions method to the LaratrustUserTrait.
  • Added required_all option to the middlewares.
  • Can pass a pipe separated string when checking roles and permissions.
  • Added wherePermissionIs query scope to the LaratrustUserTrait.
  • Added magic method to check permissions with can (e.g. $user->canManageUsers())
  • Added automatic package discovery for Laravel 5.5.

Changed

  • Changed minimum Laravel version to 5.2.
  • Changed the laratrust.php file structure.