Q
Q
qu1kgg2020-05-22 13:04:16
Laravel
qu1kgg, 2020-05-22 13:04:16

How to delay command execution in laravel?

Good afternoon, tell me how, after the user clicks on the button, after a certain time the server executes the command I need, how to implement this in laravel?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Babichev, 2020-05-22
@qu1kgg

Queues: https://laravel.com/docs/7.x/queues
You add an event and process it in a queue. Sending SMS, email and other tasks

E
Eugene, 2020-05-22
@Nc_Soft

Look at the side of the scheduler
https://laravel.com/docs/7.x/scheduling

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question