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 393569b commit 3bd0584Copy full SHA for 3bd0584
server.php
@@ -13,7 +13,7 @@
13
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
14
// built-in PHP web server. This provides a convenient way to test a Laravel
15
// application without having installed a "real" web server software here.
16
-if ($uri !== '/' and file_exists(__DIR__.'/public'.$uri))
+if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri))
17
{
18
return false;
19
}
0 commit comments