Skip to content

Commit ec4ebb6

Browse files
committed
Laravel数据库
1 parent ad88626 commit ec4ebb6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ An authorization library that supports access control models like ACL, RBAC, ABA
77

88
## Requirements
99

10-
- [ThinkORM](https://www.workerman.net/doc/webman/db/others.html)
10+
### common
11+
1112
- [PHP-DI](https://github.com/PHP-DI/PHP-DI)
1213

14+
### ThinkORM(默认)
15+
16+
- [ThinkORM](https://www.workerman.net/doc/webman/db/others.html)
17+
18+
### Laravel数据库
19+
20+
- [illuminate/database](https://www.workerman.net/doc/webman/db/tutorial.html)
21+
1322
## Installation
1423

1524
```sh

0 commit comments

Comments
 (0)