-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
146e6d6
commit 8306195
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# yii2_fecshop_queue | ||
Fecshop Queue | ||
====================== | ||
|
||
> fecshop queue 功能部分,用于扩展一些队列的功能 | ||
1.安装 | ||
|
||
``` | ||
composer require --prefer-dist fancyecommerce/fecshop_queue | ||
``` | ||
|
||
or 在根目录的`composer.json`中添加 | ||
|
||
``` | ||
"fancyecommerce/fecshop_queue": "~1.0.1" | ||
``` | ||
|
||
然后执行 | ||
|
||
``` | ||
composer update | ||
``` |