Merge pull request #1312 from jonaselan/patch-1

Update index.md
This commit is contained in:
Mahmoud Zalt 2017-12-17 21:14:56 +01:00 committed by GitHub
commit 86eccdb962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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). Instead use `.localhost`, `.invalid`, `.test`, or `.example`.
> **Now jump to the [Usage](#Usage) section.**