You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/getting-started/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ You can rename the config files, project folders and domains as you like, just m
125
125
127.0.0.1 project-2.dev
126
126
...
127
127
```
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`.
0 commit comments