command('push:task')->everyMinute()->sendOutputTo(storage_path('pushCommand-' . date('Y-m-d'))); // 每天的活动统计 $schedule->command('activity:stats')->dailyAt('01:00'); } }