barryvdh / laravel-async-queue

Laravel Async Queue Driver
286 stars 76 forks source link

symfony/process 4+ error #77

Closed oriceon closed 6 years ago

oriceon commented 6 years ago

Queue async won`t work on windows with symfony/process version 4.

It does not run queue from database. Any ideea why or what has been changed?

oriceon commented 6 years ago

Was from a missing 'binary' => 'C:\Path to\php.exe', from laravel\config\queue.php async config params ..