mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
desc
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
$url = "http://".Site::host(getcwd()).'.'.Configuration::read()['domain'].'/';
|
$url = "http://".Site::host(getcwd()).'.'.Configuration::read()['domain'].'/';
|
||||||
|
|
||||||
passthru("open ".escapeshellarg($url));
|
passthru("open ".escapeshellarg($url));
|
||||||
});
|
})->descriptions('Open the site for the current directory in your browser');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Echo the currently tunneled URL.
|
* Echo the currently tunneled URL.
|
||||||
|
|||||||
Reference in New Issue
Block a user