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 d2f7d57 commit 68ff17aCopy full SHA for 68ff17a
cli/drivers/SymfonyValetDriver.php
@@ -13,7 +13,7 @@ class SymfonyValetDriver extends ValetDriver
13
public function serves($sitePath, $siteName, $uri)
14
{
15
return (file_exists($sitePath.'/web/app_dev.php') || file_exists($sitePath.'/web/app.php')) &&
16
- (file_exists($sitePath.'/bin/symfony_requirements'));
+ (file_exists($sitePath.'/app/AppKernel.php'));
17
}
18
19
/**
0 commit comments