We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabe5ea commit 501f055Copy full SHA for 501f055
README.md
@@ -9,17 +9,18 @@
9
10
An authorization library that supports access control models like ACL, RBAC, ABAC for webman plugin
11
12
-# 安装
+# Install
13
14
+Composer Install
15
```sh
16
composer require -W casbin/webman-permission
17
```
18
-# 使用
19
+# Use
20
-## 依赖注入配置
21
+## Dependency Injection configuration
22
-修改配置`config/container.php`,其最终内容如下:
23
+Modify the `config/container.php` configuration to perform the following final contents:
24
25
```php
26
$builder = new \DI\ContainerBuilder();
@@ -28,7 +29,7 @@ $builder->useAutowiring(true);
28
29
return $builder->build();
30
31
-## 数据库配置
32
+## Database configuration
33
34
默认策略存储是使用的ThinkORM。
35
0 commit comments