From f6f37ec0202bba46ed44333fe8e70afe5ba65bc8 Mon Sep 17 00:00:00 2001 From: "D.J. Marcolesco" Date: Fri, 25 May 2018 10:01:35 -0500 Subject: [PATCH] Update index.md Add information for Windows hosts when adding custom cron jobs --- DOCUMENTATION/content/documentation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index dabde4f0..36dfff14 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1058,6 +1058,8 @@ You can add your cron jobs to `workspace/crontab/root` after the `php artisan` l Make sure you [change the timezone](#Change-the-timezone) if you don't want to use the default (UTC). +If you are on Windows, be sure that the line endings for this file are LF only, or the cron jobs will silently fail. +