Search code examples
phplaravelphp-5.6

Php 5.6 command - yearly


I'm using php 5.6 and noticed that yearlyOn() is not in the documentation. I'm wondering if yearly() fires every first day of January or the day it was set up?

Also, will yearlyOn() work for php 5.6?


Solution

  • By 5.6, do you mean Laravel version or PHP version?

    Assuming you're using Laravel 5.6, there's no yearlyOn option (it's only available on version 8.0 and above).

    yearly runs the task on the first day of every year at midnight.