mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
rename serve to park
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
/**
|
||||
* Add the current working directory to the paths configuration.
|
||||
*/
|
||||
$app->command('serve', function ($output) {
|
||||
$app->command('park', function ($output) {
|
||||
Valet\Configuration::addPath(getcwd());
|
||||
|
||||
$output->writeln("<info>This directory has been added to Valet's served paths.</info>");
|
||||
$output->writeln("<info>This directory has been added to Valet's paths.</info>");
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user