There is no way to do that at the moment as far as I know.
What you can do is run one command every day or every hour and check if one of the items in the database matches that date and time and then run the command?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I want to schedule command on specific date, that date is stored in database. How to inject that date into Laravel shedule command?
Also, is it possible to schedule command to run:
For example: date in database is: 20.06.2016 I want command to run on: 18.06.2016 19.06.2016 20.06.2016 as 12:00
Thanks
Please or to participate in this conversation.