1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
This commit is contained in:
Taylor Otwell
2016-05-12 21:27:28 -05:00
parent d7c6152f9e
commit 20eb5c939a

View File

@@ -161,7 +161,7 @@
$url = "http://".Site::host(getcwd()).'.'.Configuration::read()['domain'].'/';
passthru("open ".escapeshellarg($url));
});
})->descriptions('Open the site for the current directory in your browser');
/**
* Echo the currently tunneled URL.