Warning: Undefined array key "HTTP_HOST" in D:\xampp\htdocs\teqw\app\constants.php on line 24 D:\xampp\php\php.exe : PHP Warning: Undefined array key "HTTP_HOST" in D:\xampp\htdocs\teqw\app\constants.php on line 24 At line:1 char:1 + D:\xampp\php\php.exe artisan route:list 2>&1 | Out-File -FilePath "D: ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (PHP Warning: U....php on line 24:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Cannot create a file when that file already exists. ReflectionException Class "Auth\LoginController" does not exist at vendor\laravel\framework\src\Illuminate\Foundation\Console\RouteListCommand.php:225 221Γûò if ($this->isFrameworkController($route)) { 222Γûò return false; 223Γûò } 224Γûò Γ₧£ 225Γûò $path = (new ReflectionClass($route->getControllerClass())) 226Γûò ->getFileName(); 227Γûò } else { 228Γûò return false; 229Γûò } 1 vendor\laravel\framework\src\Illuminate\Foundation\Console\RouteListCommand.php:225 ReflectionClass::__construct("Auth\LoginController") 2 vendor\laravel\framework\src\Illuminate\Foundation\Console\RouteListCommand.php:147 Illuminate\Foundation\Console\RouteListCommand::isVendorRoute(Object(Illuminate\Routing\Route))