0

如何在控制器中执行 php artisan queue:work --stop-when-empty 我试图在 php artisan 中调用它,如下所示

    $execute = artisan::call('php artisan queue:work --stop-when-empty');

但是什么也没发生,你能帮忙吗?

4

1 回答 1

0

\Artisan::call('queue:work --stop-when-empty');

于 2021-01-08T16:47:22.407 回答