diff --git a/README.md b/README.md index dbce0c3..9d890c6 100644 --- a/README.md +++ b/README.md @@ -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'), ], @@ -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.