Skip to content

Commit 017fcf1

Browse files
authored
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.
1 parent 4730ed1 commit 017fcf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • DOCUMENTATION/content/getting-started

DOCUMENTATION/content/getting-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ You can rename the config files, project folders and domains as you like, just m
125125
127.0.0.1 project-2.dev
126126
...
127127
```
128+
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`.
128129

129130
> **Now jump to the [Usage](#Usage) section.**
130131

0 commit comments

Comments
 (0)