File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ All you need to learn to use `Casbin` first.
47
47
Require this package in the ` composer.json ` of your easyswoole project. This will download the package.
48
48
49
49
``` shell
50
- $ composer require
50
+ $ composer install
51
51
```
52
52
53
53
Or in the root directory of your easyswoole application, you can use the following composer command to install this package directly .
54
54
55
55
``` shell
56
- $ composer require casbin/easyswoole-permission:dev-master
56
+ $ composer require casbin/easyswoole-permission
57
57
```
58
58
59
59
## Usage
Original file line number Diff line number Diff line change 40
40
在你的 easyswoole 应用的 ` composer.json ` 文件中指定该扩展。当你执行下面的 composer 命令时,该扩展会被下载。
41
41
42
42
``` shell
43
- $ composer require
43
+ $ composer install
44
44
```
45
45
46
46
或者,在你 easyswoole 应用的根目录( ` composer.json ` 文件所在的目录)下,使用 composer 命令直接安装该扩展。
47
47
48
48
``` shell
49
- $ composer require casbin/easyswoole-permission:dev-master
49
+ $ composer require casbin/easyswoole-permission
50
50
```
51
51
52
52
## 用法
You can’t perform that action at this time.
0 commit comments