Skip to content

Commit 434ee80

Browse files
authored
docs: fix CI badge and update TOC in README.md (#74)
* feat: Integrate Laravel's built-in authorization Gates - Integrate Laravel's built-in authorization Gates (#70) - Added guidance for Gates in README.md * docs: fix CI badge and update TOC in README.md
1 parent 11ffe28 commit 434ee80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://github.com/php-casbin/laravel-authz/actions">
11-
<img src="https://github.com/php-casbin/laravel-authz/workflows/build/badge.svg?branch=master" alt="Build Status">
11+
<img src="https://github.com/php-casbin/laravel-authz/actions/workflows/build.yml/badge.svg?branch=master" alt="Build Status">
1212
</a>
1313
<a href="https://coveralls.io/github/php-casbin/laravel-authz">
1414
<img src="https://coveralls.io/repos/github/php-casbin/laravel-authz/badge.svg" alt="Coverage Status">
@@ -35,6 +35,7 @@ All you need to learn to use `Casbin` first.
3535
* [Using a middleware](#using-a-middleware)
3636
* [basic Enforcer Middleware](#basic-enforcer-middleware)
3737
* [HTTP Request Middleware ( RESTful is also supported )](#http-request-middleware--restful-is-also-supported-)
38+
* [Using Gates](#using-gates)
3839
* [Multiple enforcers](#multiple-enforcers)
3940
* [Using artisan commands](#using-artisan-commands)
4041
* [Cache](#using-cache)

0 commit comments

Comments
 (0)