This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: | |
Edit your /etc/hosts file by adding these lines for each project | |
::1 <projectname>.local | |
127.0.0.1 <projectname>.local | |
Replace <projectname> with the name you want. The TLD ending will be .local. | |
Save. |