Код: Выделить всё
$documentToSend = ['file' => file_get_contents($filePath)];Код: Выделить всё
Queue::pushRaw(json_encode($documentToSend), 'service-call');
Код: Выделить всё
public function handle(){
try {
$file = $this->data->file;
Storage::disk()->put($fileToPath, $file, 'public');
} catch (Exception $e) {
Log::error($e);
}
}
Может ли кто-нибудь мне помочь?
Подробнее здесь: https://stackoverflow.com/questions/791 ... o-rabbitmq
Мобильная версия