<<<<<<< HEAD
- Added permissions directly on Users in addition to being on roles.
- While checking for user permissions, the package checks via two ways $user->permissions() and $user->roles()->permissions
- use HasRoleAndPermission trait in User Model instead of HasRole
- Changed HasRole Trait to subtract functionality for User Model, most of that functionality has been copied to HasRoleAndPermission Trait =======
- Fix publishing of migrations.
d0cde4f2be734a867547eab2a882f8c6b8fecc07
- Add github templates.
- Add php_cs.
- Update gitattributes.
- Removed the unnecessary variadic operator.
- PR #6, credits to @orumad.
- Fix the issue with the case of variadic arguments.
- PR #5, credits to @orumad.
- Add revokeRoleBySlug method.
- PR #3, credits to @jiwom
- Fix permission resource middleware.
- RoleMiddleware
- PermissionMiddleware
- CanAtLeastMiddleware
- Role can ability.
- @hasRole directive
- @isRole directive
- HasPermission trait getPermissionsSlug renamed to getPermissions.
- Fix doc blocks.
- Fix @canAtLeast directive
- Fix year on license.
- Nothing
- Nothing