tbphp/laravel-queue-rocketmq

laravel 8 queue rocketmq implements

1.0.0 2021-05-19 13:59 UTC

This package is auto-updated.

Last update: 2024-04-19 20:19:41 UTC


README

see freyo/laravel-queue-rocketmq

return [
    'providers' => [
        ...
        Tbphp\LaravelQueueRocketMQ\LaravelQueueRocketMQServiceProvider::class,
    ],
];