mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Fix xip.io / nip.io instructions (don't need to create a link to use it)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user