如何在控制器中执行 php artisan queue:work --stop-when-empty 我试图在 php artisan 中调用它,如下所示
$execute = artisan::call('php artisan queue:work --stop-when-empty');
但是什么也没发生,你能帮忙吗?
如何在控制器中执行 php artisan queue:work --stop-when-empty 我试图在 php artisan 中调用它,如下所示
$execute = artisan::call('php artisan queue:work --stop-when-empty');
但是什么也没发生,你能帮忙吗?