Good day to all, you must use the queue in Laravel. Out of the box, you can perform either one task from the queue, or start the listener, and it will execute tasks from the queue as far as possible. Question: how can I start the execution of ALL tasks of the queue not through the console, but from the code ...

    0