Browse Source

Update index.md

Add information for Windows hosts when adding custom cron jobs
D.J. Marcolesco 7 years ago
parent
commit
f6f37ec020
1 changed files with 2 additions and 0 deletions
  1. 2 0
      DOCUMENTATION/content/documentation/index.md

+ 2 - 0
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.
+