Answer the question
In order to leave comments, you need to log in
How to make queue daemon in laravel?
Good afternoon! I want to implement a Laravel daemon (using queues) that would check the age of registration and send an email to the user under certain conditions. I came up with the logic, but so far I can’t figure out how to implement the daemon itself. That is, where should the queue call be placed? How to make it in the background so that it works once a day? I didn't find the answer on the Internet :( Thanks in advance
Answer the question
In order to leave comments, you need to log in
A daemon is a program that constantly runs in the background. You need once a day, this is not a daemon, but a task scheduler https://laravel.com/docs/8.x/scheduling
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question