We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246971 commit 6ada97aCopy full SHA for 6ada97a
README.md
@@ -222,6 +222,8 @@ Determines whether a user has a permission.
222
Enforcer::hasPermissionForUser('eve', 'articles', 'read'); // true or false
223
```
224
225
+See [Casbin API](https://casbin.org/docs/en/management-api) for more APIs.
226
+
227
### Using a middleware
228
229
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`.
363
365
364
366
## License
367
-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