Multiple user models now supported
- Added support to multiple user models.
- Added
hasPermission
andisAbleTo
methods. - Changed the internal calls of the
can
method to thehasPermission
method. - Minimum Laravel version is 5.1.
- Removed the route filters funtionality since it was only working in Laravel 5.0.