Skip to content

Commit 39f70ef

Browse files
authored
Update README.md
1 parent 2890a48 commit 39f70ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ return $builder->build();
3939

4040
默认使用ThinkORM。修改数据库 `thinkorm.php` 配置
4141

42-
**创建 `casbin_rule` 数据表**
42+
`casbin_rule`
4343

4444
```sql
4545
CREATE TABLE `casbin_rule` (
@@ -119,6 +119,13 @@ if ($permission->enforce('eve', 'articles', 'edit')) {
119119

120120
更多 `API` 参考 [Casbin API](https://casbin.org/docs/en/management-api)
121121

122+
## 教程
123+
* [Casbin权限实战:入门分享(中文)](https://www.bilibili.com/video/BV1A541187M4/?vd_source=a9321be9ed112f8d6fdc8ee87640be1b)
124+
* [Casbin权限实战:基于角色的RBAC授权](https://www.bilibili.com/video/BV1A541187M4/?vd_source=a9321be9ed112f8d6fdc8ee87640be1b)
125+
* [Casbin权限实战:RESTful及中间件使用](https://www.bilibili.com/video/BV1uk4y117up/?vd_source=a9321be9ed112f8d6fdc8ee87640be1b)
126+
* [Casbin权限实战:如何使用自定义匹配函数](https://www.bilibili.com/video/BV1dq4y1Z78g/?vd_source=a9321be9ed112f8d6fdc8ee87640be1b)
127+
* [Webman实战教程:如何使用casbin权限控制](https://www.bilibili.com/video/BV1X34y1Q7ZH/?vd_source=a9321be9ed112f8d6fdc8ee87640be1b)
128+
122129
## 感谢
123130

124131
[Casbin](https://github.com/php-casbin/php-casbin),你可以查看全部文档在其 [官网](https://casbin.org/) 上。

0 commit comments

Comments
 (0)