Skip to content

Commit 098e8a0

Browse files
authored
add install instructions
1 parent 297723a commit 098e8a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ A little command line tool for clearing Laravel Redis queues. This package is fo
44

55
*If you are using Horizon, it may be best to have a separate Redis connection for your jobs and another for other parts of your application.*
66

7+
## Install
8+
9+
You can install this Laravel package using [Composer](https://getcomposer.org/) by running the following command.
10+
11+
```shell
12+
composer require kevindees/laravel-redis-queue
13+
```
14+
715
## Basic Clear
816

917
This command clears the Redis queue defined in your `config/queue.php` file. The configuration is normally set to `default`.

0 commit comments

Comments
 (0)