diff --git a/routes/web.php b/routes/web.php index a8ae9bc..dbd4253 100644 --- a/routes/web.php +++ b/routes/web.php @@ -10,7 +10,9 @@ | and give it the Closure to call when that URI is requested. | */ - +if ($_SERVER['PHP_SELF'] === 'artisan') { + return; +} function joinHostPort($components) {