1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Fix xip.io / nip.io instructions (don't need to create a link to use it)

This commit is contained in:
Chris Brown
2017-10-17 21:55:12 -04:00
parent 3f1c5fae60
commit 2c56a080e1

View File

@@ -19,8 +19,8 @@ function show_valet_404()
/**
* You may use wildcard DNS providers xip.io or nip.io as a tool for testing your site via an IP address.
* To use it, first `valet link 192.168.3.3` (whatever your local IP is) inside your current project.
* Then you can reach your project's dev site by visiting http://your-local-ip.xip.io (or nip.io).
* It's simple to use: First determine the IP address of your local computer (like 192.168.0.10).
* Then simply use http://project.your-ip.xip.io - ie: http://laravel.192.168.0.10.xip.io
*/
function valet_support_wildcard_dns($domain)
{