Skip to content

Commit 6ada97a

Browse files
authored
Add Casbin API links.
1 parent 4246971 commit 6ada97a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ Determines whether a user has a permission.
222222
Enforcer::hasPermissionForUser('eve', 'articles', 'read'); // true or false
223223
```
224224

225+
See [Casbin API](https://casbin.org/docs/en/management-api) for more APIs.
226+
225227
### Using a middleware
226228

227229
This package comes with `EnforcerMiddleware`, `RequestMiddleware` middlewares. You can add them inside your `app/Http/Kernel.php` file.
@@ -363,4 +365,4 @@ Sets your own cache configs in Laravel's `config/lauthz.php`.
363365

364366
## License
365367

366-
This project is licensed under the [Apache 2.0 license](LICENSE).
368+
This project is licensed under the [Apache 2.0 license](LICENSE).

0 commit comments

Comments
 (0)