mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
link on every install
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
|
||||
Caddy::restart();
|
||||
|
||||
CommandLine::quietly('rm /usr/local/bin/valet');
|
||||
Filesystem::symlink(realpath(__DIR__.'/../valet'), '/usr/local/bin/valet', user());
|
||||
|
||||
output(PHP_EOL.'<info>Valet installed successfully!</info>');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user