replace .dev with .test to avoid issues with the new google chrome
This commit is contained in:
		@@ -121,8 +121,8 @@ You can rename the config files, project folders and domains as you like, just m
 | 
			
		||||
4 - Add the domains to the **hosts** files.
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
127.0.0.1  project-1.dev
 | 
			
		||||
127.0.0.1  project-2.dev
 | 
			
		||||
127.0.0.1  project-1.test
 | 
			
		||||
127.0.0.1  project-2.test
 | 
			
		||||
...
 | 
			
		||||
```
 | 
			
		||||
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`.
 | 
			
		||||
@@ -214,4 +214,4 @@ DB_HOST=mysql
 | 
			
		||||
*If you want to install Laravel as PHP project, see [How to Install Laravel in a Docker Container](#Install-Laravel).*
 | 
			
		||||
 | 
			
		||||
<br>
 | 
			
		||||
5 - Open your browser and visit your localhost address `http://localhost/`. If you followed the multiple projects setup, you can visit `http://project-1.dev/` and `http://project-2.dev/`.
 | 
			
		||||
5 - Open your browser and visit your localhost address `http://localhost/`. If you followed the multiple projects setup, you can visit `http://project-1.test/` and `http://project-2.test/`.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user