Skip to content

Instantly share code, notes, and snippets.

View marcelpietsch's full-sized avatar

Marcel Pietsch marcelpietsch

View GitHub Profile
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.