You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ Laravel ACL adds role based permissions to built in Auth System of Laravel 5. Ac
14
14
15
15
Follow along the [Wiki](https://github.com/kodeine/laravel-acl/wiki) to find out more.
16
16
17
+
#### Recent Changes
18
+
19
+
> March 7, 2015.
20
+
21
+
22
+
*`is()` and `can()` methods now support comma for `AND` and pipe as `OR` operator. Or pass an operator as a second param. [more here...](https://github.com/kodeine/laravel-acl/wiki/Validate-Permissions-and-Roles)
23
+
* Permissions inheritance
24
+
* You can bind multiple permissions together so they inherit ones permission. [more here...](https://github.com/kodeine/laravel-acl/wiki/Permissions-Inheritance)
25
+
17
26
#### Contribution guidelines
18
27
19
28
Support follows PSR-1 and PSR-4 PHP coding standards, and semantic versioning.
0 commit comments