i'm new to laravel. here i'm create jobs on manually like
$date = 1615603320
PushNotification::dispatch()->delay($date);
Now i'm checking on database Its Showing on 3231207358
But its not working on particular Time ?
i'm new to laravel. here i'm create jobs on manually like
$date = 1615603320
PushNotification::dispatch()->delay($date);
Now i'm checking on database Its Showing on 3231207358
But its not working on particular Time ?