mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 19:12:15 +00:00
commit
fed81c55be
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
This package provides tools for the following, and more:
|
||||
|
||||
- Add jobs to queue
|
||||
- Console command to run a single worker
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -12,9 +13,8 @@ Via composer
|
|||
$ composer require hlgrrnhrdt/laravel-resque
|
||||
```
|
||||
|
||||
|
||||
|
||||
Copy the config the file ```config/resque.php``` from the package to your config folder.
|
||||
Copy the config file ```config/resque.php``` from the package to your config folder.
|
||||
Additionally a default redis connection needs to be configured in ```config/redis.php```.
|
||||
|
||||
### Laravel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue