I am wondering if there is a function that is always checking a column in a DB and it runs in the background.
For example:
if(date<Carbon::now())
{
//change value in other column
}
That data flow but always checking the DB constantly. I think this can be done through events and listeners? But I am unsure.
Thanks!
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire