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 5fa11f0 commit 1c98e59Copy full SHA for 1c98e59
src/Util/PhpDevServe.php
@@ -43,6 +43,7 @@ class PhpDevServe
43
44
/**
45
* The entry file for server. e.g web/index.php
46
+ * NOTICE: if set the entry file, will need handle static file access.
47
*
48
* @var string
49
*/
@@ -302,10 +303,9 @@ public function getPhpBin(): string
302
303
304
public function getEntryFile(): string
305
{
- if (!$this->entryFile) {
306
- $this->entryFile = self::IDX_FILE;
307
- }
308
-
+ // if (!$this->entryFile) {
+ // $this->entryFile = self::IDX_FILE;
+ // }
309
return $this->entryFile;
310
}
311
0 commit comments