1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

tweak craft driver

This commit is contained in:
Taylor Otwell
2016-05-12 16:27:36 -05:00
parent aebf562df7
commit 3fbec25a12

View File

@@ -46,6 +46,6 @@ public function frontControllerPath($sitePath, $siteName, $uri)
$_SERVER['SCRIPT_NAME'] = '/index.php';
return $sitePath.'/craft/app/index.php';
return $sitePath.'/public/index.php';
}
}