We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1aeb commit 4e84a79Copy full SHA for 4e84a79
cli/Valet/Upgrader.php
@@ -30,7 +30,7 @@ public function pruneMissingDirectories(): void
30
try {
31
Configuration::prune();
32
} catch (\JsonException $e) {
33
- warning('Invalid confiuration file at '.Configuration::path().'.');
+ warning('Invalid configuration file at '.Configuration::path().'.');
34
exit;
35
}
36
@@ -91,6 +91,8 @@ public function errorIfOldCustomDrivers(): void
91
92
if (! str_contains($this->files->get($driversPath.'/'.$driver), 'namespace')) {
93
warning('Please make sure all custom drivers have been upgraded for Valet 4.');
94
+ warning('See the upgrade guide for more info:');
95
+ warning('https://github.com/laravel/valet/blob/master/UPGRADE.md');
96
97
98
0 commit comments