daily() ->at('07:30') ->withoutOverlapping() ->appendOutputTo(storage_path('logs/attendance-reminder.log')); Schedule::command('attendance:apply-penalties') ->daily() ->at('01:00') ->withoutOverlapping() ->appendOutputTo(storage_path('logs/attendance-penalties.log'));