Skip to content

Multiple user models now supported

Compare
Choose a tag to compare
@santigarcor santigarcor released this 24 Feb 18:33
· 565 commits to master since this release
  • Added support to multiple user models.
  • Added hasPermission and isAbleTo methods.
  • Changed the internal calls of the can method to the hasPermission method.
  • Minimum Laravel version is 5.1.
  • Removed the route filters funtionality since it was only working in Laravel 5.0.