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 0d6e56b commit dac242aCopy full SHA for dac242a
README.md
@@ -41,12 +41,12 @@ return $builder->build();
41
42
#### 🚀 (1) 模型配置
43
44
-📒📒📒 **使用ThinkORM(默认)** 📒📒📒
45
- - 修改数据库 `thinkorm.php` 配置
+使用ThinkORM(默认)
+> 修改数据库 `thinkorm.php` 配置
46
47
-📕📕📕 **使用laravel数据库(可选)** 📕📕📕
48
- - 修改数据库 `database.php` 配置
49
- - 修改数据库 `permission.php` 的`adapter`适配器为laravel适配器
+使用laravel数据库(可选)
+> - 修改数据库 `database.php` 配置
+> - 修改数据库 `permission.php` 的`adapter`适配器为laravel适配器
50
51
#### 🔰 (2) 创建 `casbin_rule` 数据表
52
```sql
0 commit comments