Automatically update all row’s status column when time has exceeded from stored time Laravel (Task Scheduling)
I want to check my stored data at database for every minute if now
time has exceeded 'close_at'
time. So then I can change the 'status'
column to be closed
.