comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); // Schedule due payments notification every minute // The command itself filters users by their preferred time Schedule::command('notify:due-payments') ->everyMinute() ->withoutOverlapping() ->runInBackground() ->appendOutputTo(storage_path('logs/due-payments.log'));