i have create one command and set it to run on every month like
$schedule->command('send-reports') ->monthly();
Now my Question is when it's Run exactly ??
At start of month like 2019-02-01 00:00:00
OR At end of month 2019-01-31 11:59:59
i have create one command and set it to run on every month like
$schedule->command('send-reports') ->monthly();
Now my Question is when it's Run exactly ??
At start of month like 2019-02-01 00:00:00
OR At end of month 2019-01-31 11:59:59