Skip to content

Instantly share code, notes, and snippets.

@valeIT
Created November 20, 2018 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valeIT/5cb1a689c4b6dbe691e37ce4a0f241c0 to your computer and use it in GitHub Desktop.
Save valeIT/5cb1a689c4b6dbe691e37ce4a0f241c0 to your computer and use it in GitHub Desktop.
function schedule(Schedule $schedule)
{
$schedule->command('monthly:quota')->monthlyOn(1, '03:30')->appendOutputTo(sys_get_temp_dir() . 'cronMonthly')->withoutOverlapping();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment