We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ff920 commit 0e57fb4Copy full SHA for 0e57fb4
README.md
@@ -1,2 +1,10 @@
1
# Xampp virtualhosts
2
Xampp local domain virtual hosts (Laravel).
3
+
4
+## Local domain (app.xx)
5
6
+```sh
7
+# Laravel
8
+# Add host in: C:\Windows\System32\drivers\etc
9
+127.0.0.10 app.xx www.app.xx
10
+```
0 commit comments