mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
tweaks to drivers. add jigsaw
This commit is contained in:
@@ -12,7 +12,7 @@ class StaticValetDriver extends ValetDriver
|
||||
*/
|
||||
public function serves($sitePath, $siteName, $uri)
|
||||
{
|
||||
return file_exists($sitePath.'/index.html');
|
||||
return $this->isStaticFile($sitePath, $siteName, $uri) !== false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user