From 017fcf188b4127e55a856f8a6de4b165a72e6f76 Mon Sep 17 00:00:00 2001 From: Jonas Elan Date: Wed, 13 Dec 2017 18:22:18 -0300 Subject: [PATCH] Update index.md Google Chrome is releasing v63 which now forces all .dev domains to use HTTPS. Me and my co-workers had problems with this, so I do not want this to happen to others. --- DOCUMENTATION/content/getting-started/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOCUMENTATION/content/getting-started/index.md b/DOCUMENTATION/content/getting-started/index.md index 164aa861..82d585f6 100644 --- a/DOCUMENTATION/content/getting-started/index.md +++ b/DOCUMENTATION/content/getting-started/index.md @@ -125,6 +125,7 @@ You can rename the config files, project folders and domains as you like, just m 127.0.0.1 project-2.dev ... ``` +If you use Chrome 63 or above for development, don't use `.dev`. [Why?](https://laravel-news.com/chrome-63-now-forces-dev-domains-https). Insteand use `.localhost`, `.invalid`, `.test`, or `.example`. > **Now jump to the [Usage](#Usage) section.**