Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored Sep 23, 2021
1 parent a6d178c commit c3d0021
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ composer require jonassiewertsen/statamic-jobs
// config/queue.php

'failed' => [
'driver' => env('QUEUE_FAILED_DRIVER', 'statamic'),
'driver' => env('QUEUE_FAILED_DRIVER', 'file'),
// 'storage_path' => storage_path('failed-jobs'),
],

Expand Down Expand Up @@ -57,18 +57,6 @@ I love to share with the community. Nevertheless, it does take a lot of work, ti

[Sponsor me on GitHub](https://github.com/sponsors/jonassiewertsen/) to support my work and the support for this addon.

## Setup
1. composer require `jonassiewertsen/statamic-jobs`
2. Set the queue
```php
// config/queue.php
'failed' => [
'driver' => env('QUEUE_FAILED_DRIVER', 'statamic'),
// 'collection' => env('QUEUE_FAILED_COLLECTION', 'failed_jobs'),
// 'blueprint' => env('QUEUE_FAILED_BLUEPRINT', 'failed_job'),
],
```

## License
This plugin is published under the MIT license. Feel free to use it and remember to spread love.

0 comments on commit c3d0021

Please sign in to comment.